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
path:
root
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Introduced apr_os_default_encoding and apr_os_locale_encoding, with
brane
2002-11-12
3
-1
/
+198
*
Just a nit
wrowe
2002-10-13
1
-1
/
+1
*
Kill a small and mostly insignificant leak.
wrowe
2002-09-15
1
-0
/
+2
*
PR:
trawick
2002-09-13
1
-3
/
+8
*
Fix bug reported as PR 11854.
wrowe
2002-08-20
1
-3
/
+10
*
Expand the error code spaces:
kfogel
2002-08-15
1
-1
/
+1
*
fix the 'elseif' style by adding some curly brakets
ianh
2002-08-02
1
-17
/
+27
*
The documentation within include/apr_getopt.h says that the name
ianh
2002-08-02
1
-4
/
+6
*
de-tab this sucker
ianh
2002-08-02
1
-79
/
+79
*
Divided the cstat() memory pool into per processor memory pools to avoid having
bnicholes
2002-07-24
2
-8
/
+15
*
Outch. The most important part, stop dragging in troublesome includes.
wrowe
2002-07-17
1
-3
/
+1
*
A few semirandom fixes to a mode that isn't used by much of anyone yet.
wrowe
2002-07-17
1
-1
/
+1
*
Skip the entire CoAPI garbage and go right for UuidCreate(), which on
wrowe
2002-07-17
1
-2
/
+5
*
Move UUID. Not the simplest thing in the world. Note that almost
wrowe
2002-07-17
5
-458
/
+23
*
Move the win32-only utf8 support [for the Unicode filesystem] out of
wrowe
2002-07-17
1
-0
/
+292
*
Continue the Bill Rowe apr_size_t crusade.
orlikowski
2002-07-10
2
-8
/
+8
*
Inspired by the OpenSSL guys, this allows the --with-egd parameter to
orlikowski
2002-07-10
1
-55
/
+66
*
Hadn't saved the file complete when committing. apr_oslevel_get will no
wrowe
2002-07-09
1
-1
/
+1
*
apr_oslevel_get() is an internal function. Correct it to no longer pass
wrowe
2002-07-09
2
-7
/
+7
*
fix a compiler warning
brianp
2002-07-05
1
-0
/
+1
*
Call apr_atomic_init() during apr_initialize() in case we're
brianp
2002-07-05
1
-0
/
+4
*
Removed the ReadWrite mutex that protects the stat cache table. Instead impl...
bnicholes
2002-06-26
2
-6
/
+18
*
Type mismatch causes AIX build breakage....news at 11.
orlikowski
2002-06-25
1
-1
/
+1
*
Permit us to use very Win32 specific i18n macros and extensions so that
wrowe
2002-06-24
1
-1
/
+1
*
Use apr_ischar() ... especially within apr itself!
wrowe
2002-06-23
1
-2
/
+3
*
report the right error code after I/O with the
trawick
2002-06-21
1
-4
/
+7
*
Fix a compile error in the EGD support in rand.c on older Solaris
trawick
2002-06-21
1
-1
/
+1
*
fix typo
jwoolley
2002-06-12
1
-1
/
+1
*
Fix apr_generate_random_bytes() for Win32 on Win NT or 9x by
wrowe
2002-05-29
1
-2
/
+6
*
Renames:
jwoolley
2002-05-18
1
-1
/
+1
*
Move APR_STRINGIFY to a common place (apr_general.h). Remove the
striker
2002-04-22
1
-0
/
+1
*
Add .deps to cvsignore since APR may now generate .deps files.
jerenkrantz
2002-04-22
1
-0
/
+1
*
Allow VPATH builds to properly generate build dependencies. This requires
jerenkrantz
2002-04-22
1
-0
/
+2
*
Correct const'ification of apr_app_initialize and internal related
wrowe
2002-04-13
4
-9
/
+17
*
Finished removing the locks API on NetWare
bnicholes
2002-04-09
1
-1
/
+0
*
** DEPRECATE old lock API: apr_lock.h **
aaron
2002-04-09
1
-2
/
+0
*
A better explanation of APR_INCOMPLETE as used today.
wrowe
2002-04-04
1
-1
/
+1
*
For CommandLineFromArgvW() if WinNT is defined.
wrowe
2002-03-17
1
-0
/
+1
*
Switched to the new winsock header for NetWare
bnicholes
2002-03-14
1
-1
/
+1
*
Update our copyright for this year.
fielding
2002-03-13
16
-16
/
+16
*
Some extra diagnostics I'm using, thought others might enjoy.
wrowe
2002-03-13
1
-2
/
+16
*
Second cut at fork/exec and pipe functionality on NetWare. Still a work in
bnicholes
2002-03-05
1
-3
/
+0
*
NetWare LibC API change for getting random bytes
bnicholes
2002-03-05
1
-8
/
+0
*
Added APIs for storing the global memory pool and the stat cache
bnicholes
2002-02-22
2
-0
/
+52
*
My typos - all builds once again
wrowe
2002-02-18
2
-4
/
+4
*
Changed apr_app_main to apr_app_initialize, but better yet - dropped all
wrowe
2002-02-18
1
-40
/
+4
*
Changed apr_app_main to apr_app_initialize
wrowe
2002-02-18
1
-5
/
+3
*
Ok, unix users should be pleased, we are eliminating start.c win32 cruft
wrowe
2002-02-18
1
-0
/
+242
*
Simplification - code moving to internal.c for sharing, and misc.c for
wrowe
2002-02-18
1
-184
/
+6
*
A new source to hide statics on Win32 that are purely internal. They
wrowe
2002-02-18
1
-0
/
+137
[prev]
[next]