index
:
delta/apache/apr.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
evenset
gstein-pocore
pollcb-dev
thread-name
trunk
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update to Apache Software License version 1.1
Roy T. Fielding
2000-03-31
23
-729
/
+710
*
Fix pthread Cross Process locks.
Ryan Bloom
2000-03-31
1
-0
/
+3
*
More tidy up for the dso functions. Somehow missed these in my previous
David Reid
2000-03-28
2
-3
/
+3
*
Add DSO's to the APR build process. This also cleans up the DSO stuff, to
Ryan Bloom
2000-03-27
1
-3
/
+4
*
Clean up OS/2 DSO code so it at least compiles.
Brian Havard
2000-03-27
1
-2
/
+5
*
This is the first pass at DSO support for APR. It's basically the patch
David Reid
2000-03-26
3
-0
/
+212
*
Updating more docs. :-)
Ryan Bloom
2000-03-15
1
-0
/
+14
*
changed erroneous references to type to scope; added scope to lock_t
Ronald Tschalar
2000-03-10
3
-2
/
+5
*
Fix all the License issues. Including:
Ryan Bloom
2000-03-10
20
-180
/
+180
*
OS/2: file_cleanup() should be namespace protected as it's not static.
Brian Havard
2000-03-03
1
-1
/
+1
*
OS/2: Rework of mutex locks. Makes it safe to use the same object in multiple
Brian Havard
2000-03-03
1
-1
/
+5
*
Win32: Use the COMSPEC envar to set the shell name.
Bill Stoddard
2000-03-03
1
-1
/
+1
*
Make file I/O and network I/O writev/sendv APIs consistent.
Bill Stoddard
2000-02-21
3
-15
/
+0
*
Have seperate variable on ap_writev to set the number of iovecs passed in
Bill Stoddard
2000-02-18
1
-1
/
+1
*
Cleanup funky indenting
Bill Stoddard
2000-01-28
1
-7
/
+5
*
Take a couple of values that were static for all locks out of the lock
Ryan Bloom
2000-01-25
1
-4
/
+1
*
Namespace protect the HAVE_SEMUN variable that was added. This has not
Ryan Bloom
2000-01-24
1
-4
/
+1
*
Make interprocess mutexes actually choose, fix semaphore mutexes.
Ben Laurie
2000-01-23
1
-1
/
+4
*
Back out most of the last commit. Keep APR macros seperate from Apache
Bill Stoddard
2000-01-21
1
-1
/
+1
*
Convert HAVE_NETINET... to the APR mac
Bill Stoddard
2000-01-20
1
-1
/
+1
*
Replace missing end-of-comment delimiter.
Bill Stoddard
2000-01-11
1
-1
/
+2
*
Rework ap_finfo_t to split the file type out of the protection field.
Brian Havard
2000-01-10
1
-3
/
+1
*
OS/2: Implement delete on close & fix an allocation error in ap_open_stderr.
Brian Havard
2000-01-10
1
-0
/
+1
*
Separate the stat structure from the file structure and use ap_stat and
Ryan Bloom
2000-01-06
1
-8
/
+1
*
Add some comments to clear up some of the fields to windows' ap_file_t.
Ryan Bloom
2000-01-05
1
-3
/
+15
*
Use correct data type for socket address length.
Sascha Schumann
1999-12-29
1
-1
/
+1
*
OS/2: Include apr_config.h so HAVE_* macros are available to file I/O code.
Brian Havard
1999-12-19
1
-0
/
+1
*
Update the BeOS files to use a single header.
David Reid
1999-12-15
3
-0
/
+19
*
Fix some warnings when compiling with -Wall
Ryan Bloom
1999-12-14
1
-0
/
+3
*
Make APR compile on Windows again. The changes that I introduced for
Ryan Bloom
1999-12-09
2
-1
/
+5
*
Finish the cleanup I did earlier. It worked before on AIX, but that was
Ryan Bloom
1999-12-06
1
-1
/
+1
*
Cleaning up the config stuff for APR even more. We had some small
Ryan Bloom
1999-12-06
1
-4
/
+4
*
Add Sendfile to APR. This is not well tested, and a test case is needed.
Ryan Bloom
1999-12-04
1
-0
/
+6
*
Fix the logic in blocking vs non-blocking pipes to children. It only
Ryan Bloom
1999-12-03
7
-39
/
+161
*
The next step in removing the APR HAVE_*_H leak. This removes all of those
Ryan Bloom
1999-12-01
2
-0
/
+2
*
Deal with pool function failures in a clean way. I need to look at how we
Ryan Bloom
1999-11-24
2
-0
/
+2
*
Update some dependancies. Move the final two files out of apr/inc and into
Ryan Bloom
1999-11-23
1
-1
/
+0
*
Under Linux, I always got a
Martin Kraemer
1999-11-20
2
-0
/
+2
*
hange the way that we test for the size of ssize_t, using code suggested by
David Reid
1999-11-13
1
-90
/
+7
*
Add timeouts to pipes. I also fixed a minor bug in timeout code for sending
Ryan Bloom
1999-11-10
1
-0
/
+1
*
Fix a logic error for mmap on unix. Basically, if you are going to check for
Ryan Bloom
1999-11-10
1
-3
/
+10
*
This adds a new mmap function for both BeOS and unix.
David Reid
1999-11-04
1
-1
/
+28
*
OS/2: Rework ap_send/ap_recv to time out properly on blocking sockets.
Brian Havard
1999-11-03
1
-1
/
+2
*
Add more functions to the APR mmap.
David Reid
1999-11-03
1
-1
/
+1
*
OS/2: Bypass EMX library's socket code and go straight to the OS/2 TCP/IP
Brian Havard
1999-10-29
2
-4
/
+144
*
Add local_addr and remote_addr to APR for Windows
Bill Stoddard
1999-10-25
1
-1
/
+2
*
Bring BeOS back into line with Ben's changes to the network API.
David Reid
1999-10-24
1
-1
/
+3
*
Enhancements for APR network_io. Adds separate local/remote access methods for
Brian Havard
1999-10-24
2
-2
/
+4
*
Don't try to compile mmap functions if the platform doesn't have mmap.
Brian Havard
1999-10-24
1
-0
/
+4
*
This small addition needs altered yet again. This time hopefully it'll
David Reid
1999-10-23
1
-1
/
+1
[next]