|
|
httptunnel creates a bidirectional virtual data path tunnelled in HTTP requests. The HTTP requests can be sent via an HTTP proxy if so desired. This can be useful for users behind restrictive firewalls. If WWW access is allowed through a HTTP proxy, it's possible to use httptunnel and, say, telnet or PPP to connect to a computer outside the firewall. |
|
Changes: Changed the calls to inet_aton() to the more generally available inet_addr().
|
|
|
|
|
|
Pavuk is a UNIX program used to mirror contents of WWW documents or files. It transfers documents from HTTP, FTP, Gopher and optionaly HTTPS (HTTP over SSL) servers. Pavuk has an optional GUI based on GTK+ or Xt with its own nice widgets. |
|
Changes: Since 0.9pl26e:
Updated German and Spanish translations.
Fixed: The "-dont_leave_site_dir" option; The behaviour of "-dont_leave_site_dir" with moved site enter URLs.
Added: Support for using network paths on WIN32 with cygwin <= 1.1; A commandline passwords hiding feature.
|
|
|
|
|
|
ircII is an IRC client that runs under most UNIX platforms. It is a full screen, termcap based interface to Internet Relay Chat. ircII gives you full access to all of the normal functions, plus a variety of additional options. |
|
Changes: Since 4.4X:
Fixed: Problems with "/window new move -3"; Allocate enough space in the ICB "/whois" for the string to be written; In window_get_connected(), don't kill the current window's version of current_channel; In 'source/ircaux.c', set "err" in all cases, so we know when we have actually succeeded. This fixes connections to the local machine.
Added: Command "/window nostatus" to entirely disable the status line; Command "/set hide_channel_keys {on|off}".
|
|
|
|
|
|
LilyPond is a music typesetter. It produces beautiful sheet music using a high level description file as input. It excels at typesetting classical music, but you can also print pop-songs. |
|
Changes: Improvents to the "\pushproperty" feature; Cleanups in 'engraver.ly'; Allow "\pushproperty #'symbol [..]" as well as "\pushproperty #'(symbol1 symbol2 ... )"; Activated regex for windows.
Fixed: etf2ly: robustness fixes.
Added: "\pushproperty" and "\popproperty" withing "\translator", similar to predefining "\property"; New guile-1.4 patch for cross windows build; configure messages for metapost checking.
|
|
|
|
|
|
LessTif is the Hungry Programmers' version of OSF/Motif(R). LessTif is source compatible with OSF/Motif(R) 1.2, meaning that the same source should compile with both and work exactly the same. |
|
Changes: Waiting for Changelog.
|
|
|
|
|
|
Knight (previously known as KChess) is a KDE frontend for chess engines like GNU Chess and Crafty. It's functionality is very basic. Right now, you can play an almost full game of chess (the only thing it can't handle is pawn promotions).
|
|
Changes: Ported to KDE 2.0; The project name was changed from KChess to Knight to avoid a name conflict with another program.
|
|
|
|
|
|
gEdit is the small but powerful text editor of the GNOME project, of which periodic releases are made. It includes features such as a plugin API, which allows gEdit to be extended to support many features while keeping the size of the core binary small, support for editting of multiple documents through an innovative use of notebook tabs (while multiple window support is included) along with your standard text-editor functions such as search and replace, a toolbar, printing, and of course cut, copy and paste. |
|
Changes: Bugfix release (now requires gnome-print 0.22).
Fixed: Misc bugs and crashes.
|
|
|
|
|
|
The Zope application server is a transactional object system, where an in-memory cache of objects can be interacted with in many ways. ZEO turns Zope into a distributed transactional object system. With ZEO, many Zopes are connected to a Zope Storage Server (ZSS). When one Zope changes an object, the changes are sent to the ZSS, which sends a message to the other Zopes. The other Zopes then remove the object from their cache. If the object is needed on a subsequent request, the Zopes fetch the object from the ZSS. |
|
Changes: The storage server will now gracefully close served storages when the server is killed with a SIGTERM or SIGHUP. If a FileStorage is being served, then an index file will be written.
Fixed: A bug that caused spurious conflict errors and that could eventually make it impossible to make changes without restarting a ZEO client (e.g. Zope process).
Added: When the storage server start script is run as root, the script will switch to a different user (nobody by default). There is a new "-u" option that can be used to specify the user.
|
|
|
|
|
|
Card Services for Linux is a complete PCMCIA support package. It includes a set of loadable kernel modules that implement a version of the PCMCIA 2.1 Card Services applications program interface, a set of client drivers for specific cards, and a card manager daemon that can respond to card insertion and removal events, loading and unloading drivers on demand. It supports "hot swapping" of PCMCIA cards, so cards can be inserted and ejected at any time. The current package supports many ethernet cards, modems and serial cards, several SCSI adapters, and some SRAM and FLASH memory cards. All the common PCMCIA controllers are supported, so it should run on just about all Linux-capable laptops. |
|
Changes: Changed the config scripts to use either '/var/lib/pcmcia/scheme' or '/var/run/pcmcia-scheme', whichever is available, instead of only checking '/var/lib/pcmcia' if it is present; Backed out the 16-bit CIS window changes, added cis_width parameter to pcmcia_core module; Minor airo_cs driver update; Changed dump_pirq to deduce more information about unknown routers; Updated pcnet_cs to report MII status for DL10019, DL10022 cards.
Fixed: Changed 'etc/Makefile' so that "make PREFIX=..." works; A transmitter problem with some 3CCFE575CT cards usually only affecting congested 10baseT half duplex links; A transmitter bug in some 3CCFE575BT, 3CCFEM656B cards; A bug in the wvlan_cs driver that prevented rarp from working; serial_cs, to not treat the Nokia Card Phone as a dual port device, and to be more conservative about IO port assignments; The CIS validation heuristics, to be a bit more lenient; An epic_cb driver initialization bug; A cardmgr bug for drivers with no class info; Tweaked the interrupt management code to fix a PowerBook problem; The configure script, to accommodate the SuSE init script layout; A cardmgr buffer overrun with long module option lists.
Added: Finished adding support for identifying CardBus cards by their PCI vendor and device ID's; Support for the Advantech COMpad-32/85B-4 quad port card; Documentation: PCI interrupt discussion to HOWTO, and a README for 2.4 kernel issues; More consistency checks to the test_network script; New "down_poll_rate" option to the 3c575_cb driver; Psion NetGlobal 10/100 support.
|
|
|
|
|
|
FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects. |
|
Changes: Reworked FXDECLARE macros and so on to support Multiple Inheritance.
Fixed: A bug in FXBitmap: foreground and background colors were reversed.
Added: New project "minheritance". This is a console application which tests various Multiple Inheritance scenarios; The registry entries for file bindings have been extended. It now supports up to 4 icons, a big icon (open/normal), and a mini icon (open/normal); FXFileDict has three new APIs: findFileBinding(pathname), findExecBinding(pathname) and findDirBinding(pathname).
Removed: FXDECLARE_ABSTRACT defined serialization. Abstract classes can not be serialized, unless part of a derived class.
|
|
|
|
Next page
|
|