index
:
delta/libapr.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
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the pool debug code. A pool clear destroys the pools mutex.
striker
2002-05-30
1
-0
/
+31
*
Renames:
striker
2002-05-30
3
-18
/
+18
*
Don't inline and export functions at the same time.
striker
2002-05-29
1
-16
/
+24
*
Forgot to commit [actually explicitly committed, but forgot
wrowe
2002-05-29
1
-0
/
+4
*
Fix apr_generate_random_bytes() for Win32 on Win NT or 9x by
wrowe
2002-05-29
1
-2
/
+6
*
Split APR_THREAD_MUTEX_DEFAULT with a new APR_THREAD_MUTEX_UNNESTED
wrowe
2002-05-29
7
-16
/
+105
*
Reimplemented apr_proc_create() on NetWare to use the new processve()
bnicholes
2002-05-29
1
-130
/
+23
*
Reimplemented apr_file_pipe_create() on NetWare using the standard
bnicholes
2002-05-29
2
-56
/
+25
*
Added --with-devrandom=[DEV] configure flag which allows a particular
jwoolley
2002-05-28
2
-19
/
+48
*
The 'reuse' patch. This will make pools a bit more carefull about
striker
2002-05-26
2
-30
/
+151
*
The hi free patch. This will add the ability for a developer to
striker
2002-05-26
2
-2
/
+64
*
That cut-and-paste job was a bit too literal.
jerenkrantz
2002-05-25
1
-2
/
+2
*
The doc doesn't match implementation. Make it consistent with write_full.
jerenkrantz
2002-05-25
1
-2
/
+3
*
Fair warning, as this keeps coming up over and over. We're not using
jwoolley
2002-05-25
1
-2
/
+8
*
Both of these issues have been taken care of. The old locks are gone
aaron
2002-05-24
1
-8
/
+1
*
We appear to never have had any complaints about copy srcname dstname
wrowe
2002-05-24
2
-12
/
+8
*
Fix a copy-and-paste error in pipe.c
rbb
2002-05-23
1
-1
/
+1
*
OS/2: Check more return codes when locking the file for appending.
bjh
2002-05-23
1
-4
/
+11
*
Implement apr_thread_yield() on OS/2.
bjh
2002-05-22
1
-0
/
+1
*
Win32: WTF was I thinking with that last commit? this is right (I hope :-)
stoddard
2002-05-22
1
-12
/
+10
*
Win32: Fix bug introduced by the commit that added GetOverlappedResults()
stoddard
2002-05-22
1
-12
/
+17
*
Win32: Rearrange code for clarity
stoddard
2002-05-22
1
-14
/
+12
*
Darwin/Mac OS X: There is apparently no convenient way to keep deceased
trawick
2002-05-22
2
-0
/
+25
*
Fix two serious holes in the time calculations. The first patch was a
wrowe
2002-05-22
1
-2
/
+2
*
Get aprtest to build from scratch, once again
wrowe
2002-05-21
2
-2
/
+2
*
Added strmatch to the project build for NetWare
bnicholes
2002-05-20
1
-0
/
+0
*
Win32: Rather pointless to call GetOverlappedResults() on a socket we
stoddard
2002-05-20
1
-2
/
+4
*
Win32: Need to check for WSA_IO_PENDING.
stoddard
2002-05-20
1
-1
/
+2
*
NEVER default to ALTERNATE_SEARCH_PATH!!! It's a great last resort,
wrowe
2002-05-20
1
-2
/
+2
*
Win32: Call GetOverlappedResults to get the results of an async
stoddard
2002-05-20
2
-8
/
+20
*
Win32:
stoddard
2002-05-20
1
-0
/
+1
*
Whoops, meant to note that in CHANGES
jwoolley
2002-05-18
1
-0
/
+3
*
Renames:
jwoolley
2002-05-18
3
-8
/
+21
*
FreeBSD sendfile: return an error if the kernel returns 0 & no bytes sent.
gregames
2002-05-17
1
-10
/
+21
*
This particular code fragment gets an award for obfuscated code to save a
jerenkrantz
2002-05-17
1
-1
/
+6
*
It doesn't really *have to* be in fcntl.h, it just probably will be
jwoolley
2002-05-17
1
-1
/
+1
*
We must respect the APR_BINARY flag on the Unix implementation of
jwoolley
2002-05-17
2
-0
/
+10
*
linux sendfile: exit with an error if the file gets smaller in the middle of
gregames
2002-05-17
1
-7
/
+19
*
Remove a few stray tabs.
jerenkrantz
2002-05-17
1
-7
/
+7
*
don't check for malloc() failure in our strdup() replacement
trawick
2002-05-17
1
-3
/
+1
*
axe a commented-out call to Apache's logging routine
trawick
2002-05-17
1
-5
/
+0
*
Make it so that the installed programs must explicitly set a value in
jerenkrantz
2002-05-16
1
-14
/
+17
*
Some platforms require the definitions from <sys/ipc.h> to be included before...
martin
2002-05-16
1
-0
/
+3
*
fix a mispelling of shared in a help message
trawick
2002-05-15
1
-1
/
+1
*
expose the name of the shared library path variable
trawick
2002-05-15
1
-0
/
+5
*
Enable autoconf/autoheader to be redefined by users.
sascha
2002-05-15
2
-4
/
+4
*
Added apr_strmatch.h to the precompile list that generates the final export
bnicholes
2002-05-15
1
-0
/
+1
*
Revert and fix ala gstein.
jerenkrantz
2002-05-14
1
-2
/
+15
*
As a safeguard, call the new APR_MKDIR_P_CHECK macro. If APR were to
jerenkrantz
2002-05-14
1
-0
/
+3
*
Add APR_MKDIR_P_CHECK macro based on httpd-2.0's APACHE_MKDIR_P_CHECK.
jerenkrantz
2002-05-14
1
-0
/
+20
[next]