summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix compiler warning for non-static function with no prototypeJeff Trawick2010-09-241-3/+3
* DBD ODBC support: Fix memory corruption using apr_dbd_datum_get() withJeff Trawick2010-09-241-1/+1
* update apr_reslist_create() doc to reflect that ttl is honored absolutelyJeff Trawick2010-09-241-4/+6
* No need to clear 128k of memory because of bugs that have been fixedStefan Fritsch2010-09-181-4/+7
* mark apr_brigade_putstrs() with attribute sentinelStefan Fritsch2010-09-101-2/+6
* Correctly document the handling of trailing \0 charactersStefan Fritsch2010-09-102-17/+29
* Include alloca.h to get compiler-dependent defines.Guenter Knauf2010-09-011-0/+6
* Make functions static.Guenter Knauf2010-09-011-2/+2
* Added require prototypes conditionally to CFLAGS for NetWare.Guenter Knauf2010-09-011-0/+4
* Removed tabs.Guenter Knauf2010-09-011-6/+6
* Fix various off-by-one errors related to current_free_index:Stefan Fritsch2010-08-281-7/+7
* re-commit r761344 which was accidentally reverted by r795598:Stefan Fritsch2010-08-281-11/+5
* Don't consume too much CPU while reading dataMladen Turk2010-08-261-0/+3
* Add Windows 7 to the list of detected versionsMladen Turk2010-08-262-2/+6
* Loop if the recv gets WSAEWOULDBLOCKMladen Turk2010-08-261-2/+5
* disable entire impl_pollcb_create() function if APR_HAS_THREADSJeff Trawick2010-08-201-2/+2
* * network_io/unix/sockets.c (apr_socket_connect): Copy the remoteJoe Orton2010-08-092-9/+35
* Removed tabs and trailing spaces.Guenter Knauf2010-08-081-25/+25
* Some NetWare build fixes.Guenter Knauf2010-08-084-14/+8
* Reverted r982101 because it doesnt work.Guenter Knauf2010-08-082-8/+2
* Moved copyright string definition to apr_version.h;Guenter Knauf2010-08-082-3/+3
* Revert r982499 and change macro in apr_version.h instead.Guenter Knauf2010-08-082-5/+5
* Added workaround for Watcom.Guenter Knauf2010-08-081-0/+4
* - remove unused assignmentPhilip M. Gollucci2010-08-051-1/+1
* - start is never usedPhilip M. Gollucci2010-08-051-4/+0
* USe the MAJOR, MINOR, PATCH macros directly instead of the ugly macro hack.Guenter Knauf2010-08-051-2/+2
* - this is handling the error condition, not successPhilip M. Gollucci2010-08-041-1/+1
* - Fix mismatched signed comparisons [1]Philip M. Gollucci2010-08-041-4/+4
* Fixed a type mismatch compiler warning.Guenter Knauf2010-08-041-1/+1
* cleanup.Guenter Knauf2010-08-041-2/+1
* Enable to build Win32 target with OpenWatcom.Guenter Knauf2010-08-042-0/+10
* Fixed two other NetWare compiler warnings.Guenter Knauf2010-08-042-1/+2
* Fixed comment.Guenter Knauf2010-08-041-9/+1
* Some more NetWare build fixes.Guenter Knauf2010-08-035-18/+15
* Fixed a compiler warning.Guenter Knauf2010-08-031-1/+2
* Fixed some compiler warnings.Guenter Knauf2010-08-031-6/+19
* The Tab Police removed 119 tabs.Guenter Knauf2010-08-031-25/+25
* Sync'd NetWare header with unix one.Guenter Knauf2010-08-031-0/+14
* NetWare build system fixes.Guenter Knauf2010-08-032-2/+2
* Renamed _self var since (Open)Watcom recognizes this as reserved.Guenter Knauf2010-08-031-7/+7
* The Tab Police removed 24 tabs.Guenter Knauf2010-08-031-15/+15
* For now, revert part of r979891 to fix test breakage. But the error handlingStefan Fritsch2010-07-281-2/+5
* Fix various issues found by cppcheckStefan Fritsch2010-07-2712-27/+22
* Update config.guess and config.sub fromRainer Jung2010-07-252-177/+226
* Update release list in STATUS.Rainer Jung2010-07-251-1/+4
* Fix broken header file installation for VPATH build.Rainer Jung2010-07-251-0/+3
* Fix broken installation of apu.h.Rainer Jung2010-07-251-1/+1
* Fix order of elements in struct.Rainer Jung2010-07-252-5/+5
* Fix APR crypto doxygen docs (function params).Rainer Jung2010-07-253-25/+14
* Quote argument when used.Rainer Jung2010-07-251-1/+1