apache ant 1.6.2
BBEdit Apache Ant Glossary 1.1
BBEdit Apache Ant Glossary - BBEdit Apache Ant language glossary more>>
Apache for OSX 2.0.55
Apache for OSX - Popular website server software more>>
Its created by a collaborative effect of software developers.
The project is jointly managed by a group of volunteers located around the world, using the Internet and the Web to communicate, plan, and develop the server and its related documentation.
These volunteers are known as the Apache Group. In addition,hundreds of users have contributed ideas, code, and documentation to theproject.
This version of Apache is a precompiled binary for MacOS X and Darwin users.
Enhancements:
- SECURITY: CAN-2005-2700 (cve.mitre.org) mod_ssl: Fix a security issue where "SSLVerifyClient" was not enforced in per-location context if "SSLVerifyClient optional" was configured in the vhost configuration. [Joe Orton]
- worker MPM: Fix a memory leak which can occur after an aborted connection in some limited circumstances. [Greg Ames]
- mod_ldap: Fix PR 36563. Keep track of the number of attributes retrieved from LDAP so that all of the values can be properly cached even if the value is NULL. [Brad Nicholes, Ondrej Sury ]
- SECURITY: CAN-2005-2491 (cve.mitre.org): Fix integer overflows in PCRE in quantifier parsing which could be triggered by a local user through use of a carefully-crafted regex in an .htaccess file. [Philip Hazel]
- SECURITY: CAN-2005-2088 (cve.mitre.org) proxy: Correctly handle the Transfer-Encoding and Content-Length headers. Discard the request Content-Length whenever T-E: chunked is used, always passing one of either C-L or T-E: chunked he never the request includes a request body. Resolves an entire class of proxy HTTP Request Splitting/Spoofing attacks. [William Rowe]
- Added TraceEnable [on|off|extended] per-server directive to alter the behavior of the TRACE method. This addresses a flaw in proxy conformance to RFC 2616 - previously the proxy server would accept a TRACE request body although the RFC prohibited it. The default remains TraceEnable on. [William Rowe]
- Add ap_log_cerror() for logging messages associated with particular client connections. [Jeff Trawick]
- Correct mod_cgids argv[0] so that the full path can be delved by the invoked cgi application, to conform to the behavior of mod_cgi. [Pradeep Kumar S ]
- mod_include: Fix possible environment variable corruption when using nested includes. PR 12655. [Joe Orton]
- Support the suppress-error-charset setting, as with Apache 1.3.x. PR 31274. [Jeff Trawick]
- EBCDIC: Handle chunked input from client or, with proxy, origin server. [Jeff Trawick]
- Fix bad globbing comparison which could result in getting a directory listing when a file was requested. PR 34512. [sean ]
- Fix core dump if mod_auth_ldaps mod_auth_ldap_auth_checker() was called even if mod_auth_ldap_check_user_id() was not (or if it didnt succeed) for non-authoritative cases. [Jim Jagielski]
- SECURITY: CAN-2005-2728 (cve.mitre.org) Fix cases where the byterange filter would buffer responses into memory. PR 29962. [Joe Orton]
- mod_proxy: Fix over-eager handling of % for reverse proxies. PR 15207. [Jim Jagielski]
- mod_ldap: Fix various shared memory cache handling bugs. PR 34209. [Joe Orton]
- Fix a file descriptor leak when starting piped loggers. PR 33748. [Joe Orton]
- mod_ldap: Avoid segfaults when opening connections if using a version of OpenLDAP older than 2.2.21. PR 34618. [Brad Nicholes]
- mod_ssl: Fix build with OpenSSL 0.9.8. PR 35757. [William Rowe]
- SECURITY: CAN-2005-2088 (cve.mitre.org) core: If a request contains both Transfer-Encoding and Content-Length headers, remove the Content-Length, mitigating some HTTP Request Splitting/Spoofing attacks. [Paul Querna, Joe Orton]
- proxy HTTP: If a response contains both Transfer-Encoding and a Content-Length, remove the Content-Length and dont reuse the connection, mitigating some HTTP Response Splitting attacks. [Jeff Trawick]
- Prevent hangs of child processes when writing to piped loggers at the time of graceful restart. PR 26467. [Jeff Trawick]
- SECURITY: CAN-2005-1268 (cve.mitre.org) mod_ssl: Fix off-by-one overflow whilst printing CRL information at "LogLevel debug" which could be triggered if configured to use a "malicious" CRL. PR 35081. [Marc Stern ]
- mod_userdir: Fix possible memory corruption issue. PR 34588. [David Leonard ]
- worker mpm: dont take down the whole server for a transient thread creation failure. PR 34514 [Greg Ames]
- mod_rewrite: use buffered I/O to improve performance with large RewriteMap txt: files. [Greg Ames]
- proxy HTTP: Rework the handling of request bodies to handle chunked input and input filters which modify content length, and avoid spooling arbitrary-sized request bodies in memory. PR 15859. [Jeff Trawick].

Apache 2.2.11
A widely popular robust, commercial-grade, and freely-available source code implementation of an HTTP (web) server. more>>
The Apache Project is a collaborative software development effort aimed at creating a robust, commercial-grade, feature rich, and freely-available source code implementation of an HTTP (web) server. The project is jointly managed by a group of volunteers located around the world, using the Internet and the web to communicate, plan, and develop the server and its related documentation. These volunteers are known as the Apache Group. In addition, hundreds of users have contributed ideas, code, and documentation to the project.
Apache Lucene 2.2.0
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java more>>
Apache Lucene is a technology suitable for almost any application that requires full-text search, especially cross-platform.
Main features:
- Scalable, High-Performance Indexing
- over 20MB/minute on Pentium M 1.5GHz
- small RAM requirements -- only 1MB heap
- incremental indexing as fast as batch indexing
- index size roughly 20-30% the size of text indexed
- Powerful, Accurate and Efficient Search Algorithms
- ranked searching -- best results returned first
- many powerful query types: phrase queries, wildcard queries, proximity queries, range queries and more
- fielded searching (e.g., title, author, contents)
- date-range searching
- sorting by any field
- multiple-index searching with merged results
- allows simultaneous update and searching
- Cross-Platform Solution
- Available as Open Source software under the Apache License which lets you use Lucene in both commercial and Open Source programs
- 100%-pure Java
- Implementations in other programming languages available that are index-compatible
Apache Log Analyzer 1.1
Apache Log Analyzer - analyze log files you get out of hosting a website with Apache more>>
Gather statistical data:
Unique visitors - how many different IPs do you see?
which documents were requested - a count of each unique url
how much bandwidth was used - a total count of all the last values in the line.
how much bandwidth for each file was used - an incremental count per file
What browser did they use - a count from the refers tag
Where did they come from - a count of each unique refers
What requests went unanswered - a count of 400, 404s & what they were
IPs you may want to ban - one IP hitting the same thing over and over again
- known virus requests like "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0"
anything with /winnt/ or /system32/ or .exe
Unique errors in error_log
Saves it to an .html file, and lets you view the results quickly and easily.
Enhancements:
- Wow, has it been that long? Seesh. Many, many changes.
- Complete gui rethink.
- The progress bars actually work now.
- Incorrect error reporting of 404s fixed.
- Better bandwidth calculation.
- Speed ups.
- Each report is saved separately.
- Other bug fixes.
Apache Protect 0.7
Apache Protect delivers a feature rich GUI utility which allows you to onfigure and set up the built-in basic authentication and access control capabilites of your local Apache web server that comes pre-installed with all versions of Mac OS X. more>>
Apache Protect 0.7 delivers a feature rich GUI utility which allows you to onfigure and set up the built-in basic authentication and access control capabilites of your local Apache web server that comes pre-installed with all versions of Mac OS X. With this app you can easily set up user and group files, protect directories with a username and password and set access control.
Doing all of this manually can both be time-consuming and confusing to the regular end user, since it often involves fiddling in the terminal and using "those pesky unix commands". This tool is just simply meant to make the whole process easier with a sleak aqua interface.
Requirements: Mac OS X 10.1 or higher
Apache Cocoon 2.0.4
XML publishing framework. more>>
Cocoon interacts with most data sources, including filesystems, RDBMS, LDAP, native XML databases, and network-based data sources. It adapts content delivery to the capabilities of different devices like HTML, WML, PDF, SVG, and RTF, to name just a few. You can run Cocoon as a Servlet as well as through a powerful, commandline interface. The deliberate design of its abstract environment gives you the freedom to extend its functionality to meet your special needs in a highly modular fashion.
NBAPod 1.6.2
NBAPod is a simple and free program that gives you the ability to read and learn about the official NBA rules more>> NBAPod is a simple and free program that gives you the ability to read and learn about the official NBA rules
NBAPod is a simple and free program that gives you the ability to read and learn about the official NBA rules, References and more, portably right in your very own pocket.
NBAPod is the perfect tool if you always wanted to learn more about the National Basketball Association.
How to use:
- Plug your iPod or iPhone in your computer.
- Drag the NBAPod folder in the "Notes" folder which is located in your iPod or iPhone
- Enjoy all the information you have to know about the National Basketball Association (NBA) .
System requirements:
- iPhone or iPod
Apache Protect X 0.7
Apache Protect X - GUI interface to password protecting Apache directories more>>
With this app you can easily set up userfiles, and protect directories with a username and password.
Doing all of this manually can both be time-consuming and confusing to the regular end user, since it often involves fiddling in the terminal and using "those pesky unix commands".
This tool is just simply meant to make the whole process easier with a sleak aqua interface.
Basically it just edits two files, the password file which contains all the usernames and passwords, and the configuration file which contains data for protection a directory.
Enhancements:
- Added a new operation mode: saving into a configuration file
- Added support for group files
- Added support for access control settings (hostname/ip)
- Added options for changing the accessfilename and configuration file path
- Minor bug and memory leak fixes.
SimpleCrypt 1.6.2
SimpleCrypt - Easy-to-use Java Swing encryption program more>>
It uses password based encryption and the 3DES algorithm at 168 bits. Encryption can be a little a slow, so be patient.
The application uses the .enc extension to signify files it has encrypted.
Mac OS X, Windows and Multiplatform (jar) versions are included, as well as source. This allows you to port your encrypted files to different computers and decrypt them.
I am not responsible for any lost data due to (probably improper) use of this program.
Released under the GNU GPL.
Enhancements:
- Progress bars (For encryption and decryption, if it takes too long)
- Doesnt delete the file after encryption
- Password confirmation
- Layout (Changed combo box to raido buttons, added password confirm box).

PassagePlus 1.6.2
PassagePlus brings you a simple but highly effective passage planning and navigation application aimed at the leisure boating market. more>>
PassagePlus 1.6.2 brings you a simple but highly effective passage planning and navigation application aimed at the leisure boating market. It is compatible with the UK Hydrographic Office's ARCS Skipper, Land Information New Zealand's NZMariner and the Australian Hydrographic Service's Seafarer RNC electronic charts. Passage planning includes the creation or import of waypoints and routes and the input of tidal information. Navigation can be by means of an attached GPS or by traditional means such as bearing fix and dead reckoning. It also supports the detection of other vessels by AIS.
Requirements:
- Mac OS X 10.3.9 or above on PowerPC
- Mac OS X 10.4.4 or above on Intel.
- Supports Mac OS X 10.5.
utilApache2 0.1.1
utilApache makes it easy for you to run Apache, especially if you have custom installed Apache 2. more>>
utilApache2 0.1.1 makes it easy for you to run Apache, especially if you have custom installed Apache 2. You can run/stop any versions installed, including the Apple default version of Apache. utilApache2 gives you information about the versions installed: time of installation, location of the folder, version number. Moreover, it tells the state of the web sharing.
Requirements:
- Mac OS X 10.1.5 or higher
- AppleScript X 1.8.3
Ants 1.2.0
Ants - Ants crawl around on your screen. Do with them what you would w/ real ants. more>> Ants - Ants crawl around on your screen. Do with them what you would w/ real ants.
Ants crawl around on your screen. Do with them what you would with real ants.
Ants is an interactive "game" which involves ants crawling around on your screen. Based on the principles of A-Life, they react to what you do. You can do whatever you want: kill them, shake them off, scare them.
NOTE: Ants is released under the Apache License 2.0.
Main features:
- While you use your phone, ants will appear on screen. You can squish them, among other things.
- Ants react to nearby death - they get scared.
- Tilt the phone and shake and they might let go and fall off... or slide around on the screen if the phone is upside down.
- Low CPU usage when running - when your phone goes to sleep, so does the app.
System requirements:
- iPhone
Oni Savegame Editor 1.6.2
Edit Oni saved games. more>>
Apache Abdera 0.4.0 Alpha
An open source Atom implementation more>> An open source Atom implementation
Apache Abdera is a free high-performance, functionally complete implementation of the Atom Publishing Protocol (RFC 5023) and IETF Atom Syndication Format (RFC 4287) specifications.
Enhancements
- A simplified server side framework and API for implementing services.
- Sever side filter API for intercepting requests and implementing concerns such as security.
- A collection of pre-bundled Atom Publishing Protocol adapters for JDBC, JCR, filesystems, and CouchDB.
- An improved JSON serialization mechanism.
- New extensions such as OAuth support.
- New StreamWriter interface for fast Atom document serialization
- Improved Unicode performance for IRI implementation
- URI Template Support
- HTML Parser
- Many API improvements and bug fixes!