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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Continue the Bill Rowe apr_size_t crusade.
Victor J. Orlikowski
2002-07-10
2
-8
/
+8
*
Inspired by the OpenSSL guys, this allows the --with-egd parameter to
Victor J. Orlikowski
2002-07-10
1
-55
/
+66
*
Hadn't saved the file complete when committing. apr_oslevel_get will no
William A. Rowe Jr
2002-07-09
1
-1
/
+1
*
apr_oslevel_get() is an internal function. Correct it to no longer pass
William A. Rowe Jr
2002-07-09
2
-7
/
+7
*
fix a compiler warning
Brian Pane
2002-07-05
1
-0
/
+1
*
Call apr_atomic_init() during apr_initialize() in case we're
Brian Pane
2002-07-05
1
-0
/
+4
*
Removed the ReadWrite mutex that protects the stat cache table. Instead impl...
Bradley Nicholes
2002-06-26
2
-6
/
+18
*
Type mismatch causes AIX build breakage....news at 11.
Victor J. Orlikowski
2002-06-25
1
-1
/
+1
*
Permit us to use very Win32 specific i18n macros and extensions so that
William A. Rowe Jr
2002-06-24
1
-1
/
+1
*
Use apr_ischar() ... especially within apr itself!
William A. Rowe Jr
2002-06-23
1
-2
/
+3
*
report the right error code after I/O with the
Jeff Trawick
2002-06-21
1
-4
/
+7
*
Fix a compile error in the EGD support in rand.c on older Solaris
Jeff Trawick
2002-06-21
1
-1
/
+1
*
fix typo
Cliff Woolley
2002-06-12
1
-1
/
+1
*
Fix apr_generate_random_bytes() for Win32 on Win NT or 9x by
William A. Rowe Jr
2002-05-29
1
-2
/
+6
*
Renames:
Cliff Woolley
2002-05-18
1
-1
/
+1
*
Move APR_STRINGIFY to a common place (apr_general.h). Remove the
Sander Striker
2002-04-22
1
-0
/
+1
*
Add .deps to cvsignore since APR may now generate .deps files.
Justin Erenkrantz
2002-04-22
1
-0
/
+1
*
Allow VPATH builds to properly generate build dependencies. This requires
Justin Erenkrantz
2002-04-22
1
-0
/
+2
*
Correct const'ification of apr_app_initialize and internal related
William A. Rowe Jr
2002-04-13
4
-9
/
+17
*
Finished removing the locks API on NetWare
Bradley Nicholes
2002-04-09
1
-1
/
+0
*
** DEPRECATE old lock API: apr_lock.h **
Aaron Bannert
2002-04-09
1
-2
/
+0
*
A better explanation of APR_INCOMPLETE as used today.
William A. Rowe Jr
2002-04-04
1
-1
/
+1
*
For CommandLineFromArgvW() if WinNT is defined.
William A. Rowe Jr
2002-03-17
1
-0
/
+1
*
Switched to the new winsock header for NetWare
Bradley Nicholes
2002-03-14
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
16
-16
/
+16
*
Some extra diagnostics I'm using, thought others might enjoy.
William A. Rowe Jr
2002-03-13
1
-2
/
+16
*
Second cut at fork/exec and pipe functionality on NetWare. Still a work in
Bradley Nicholes
2002-03-05
1
-3
/
+0
*
NetWare LibC API change for getting random bytes
Bradley Nicholes
2002-03-05
1
-8
/
+0
*
Added APIs for storing the global memory pool and the stat cache
Bradley Nicholes
2002-02-22
2
-0
/
+52
*
My typos - all builds once again
William A. Rowe Jr
2002-02-18
2
-4
/
+4
*
Changed apr_app_main to apr_app_initialize, but better yet - dropped all
William A. Rowe Jr
2002-02-18
1
-40
/
+4
*
Changed apr_app_main to apr_app_initialize
William A. Rowe Jr
2002-02-18
1
-5
/
+3
*
Ok, unix users should be pleased, we are eliminating start.c win32 cruft
William A. Rowe Jr
2002-02-18
1
-0
/
+242
*
Simplification - code moving to internal.c for sharing, and misc.c for
William A. Rowe Jr
2002-02-18
1
-184
/
+6
*
A new source to hide statics on Win32 that are purely internal. They
William A. Rowe Jr
2002-02-18
1
-0
/
+137
*
A companion patch to apr_dbg_file_handles.h so we can log them.
William A. Rowe Jr
2002-02-18
1
-2
/
+66
*
Vetoed by GStein, there is a better 'alternate' implementation available
William A. Rowe Jr
2002-02-13
1
-10
/
+0
*
We can't use strerror() or CoCreateGuid() on WinCE.
William A. Rowe Jr
2002-02-12
2
-0
/
+16
*
Place a trailing newline
William A. Rowe Jr
2002-02-12
1
-1
/
+1
*
Getting ready for some API name changes in the NetWare libraries
Bradley Nicholes
2002-02-08
2
-0
/
+12
*
Added the apr_app_main() stub
Bradley Nicholes
2002-02-01
1
-1
/
+11
*
Removed the NetWare #ifdefs since NetWare now has its own version of
Bradley Nicholes
2002-02-01
1
-8
/
+4
*
NetWare version of start.c for handling initialization of application NLMs with
Bradley Nicholes
2002-01-31
1
-0
/
+129
*
Added the necessary code to make APRLib into a real library NLM. Also
Bradley Nicholes
2002-01-31
1
-2
/
+97
*
Introduce apr_app_main() for global consumption.
William A. Rowe Jr
2002-01-30
2
-6
/
+28
*
apr_app_main() seems like a decent enough re-entry point, but this is
William A. Rowe Jr
2002-01-30
1
-1
/
+1
*
Final tests still required, but here goes the basic concept. The init
William A. Rowe Jr
2002-01-30
1
-0
/
+31
*
The 'second way' - not yet published in a .h file. This would allow
William A. Rowe Jr
2002-01-30
1
-7
/
+91
*
A some-platforms-symbol required for apr_app.c
William A. Rowe Jr
2002-01-30
1
-2
/
+2
*
Rejigger the API so we pass _DEBUG mode in Win32. MSVCRT believes it
William A. Rowe Jr
2002-01-29
1
-5
/
+28
[next]