2002-03-18 |
Jeff Trawick | Fix a hang condition with graceful restart and prefork MPM |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Jeff Trawick | prefork and worker: |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Jeff Trawick | don't check for EINTR after a call to apr_file_write(); |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Bill Stoddard | Fix check for APR feature |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Cliff Woolley | Get mod_mem_cache to compile cleanly again on linux... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Cliff Woolley | Carriage returns?? |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Cliff Woolley | Hacks on top of hacks... UNIX needs unistd.h for the... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Cliff Woolley | Fix a possibly-uninitialized warning and a boolean... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Cliff Woolley | Fix some possibly-uninitialized warnings and some incor... |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Brian Pane | added myself to contributor list |
commit | commitdiff | tree | snapshot |
2002-03-18 |
Brian Pane | Fix for vhosts where the hostname is followed by '.' |
commit | commitdiff | tree | snapshot |
2002-03-17 |
William A.... | Seems like this is the end of the compiler emits... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
William A.... | Spell out the merged log name, if we succeeded in... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Bill Stoddard | Fix some formatting |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Brian Pane | Added a note about mod_include optimizations |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Brian Pane | Performance fix for ap_ssi_get_tag_and_value: do a... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
William A.... | Clear up a const warning, and recognize some arrays... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
William A.... | Fix a signedness emit based on session_id_length... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Jeff Trawick | get the prototype for ap_recent_ctime() |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Brian Pane | Another optimization for find_end_sequence: once we... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Brian Pane | Small performance improvement for find_end_sequence() |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Brian Pane | Use the "recent time" cache to optimize timestamp gener... |
commit | commitdiff | tree | snapshot |
2002-03-17 |
Jeff Trawick | fix a compile error |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Jeff Trawick | fix the type of a string argument to ap_log_error() |
commit | commitdiff | tree | snapshot |
2002-03-16 |
William A.... | Lost the prior log message ... [this is an empty... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
William A.... | PR: |
commit | commitdiff | tree | snapshot |
2002-03-16 |
William A.... | Clean tree ... commit all [?] |
commit | commitdiff | tree | snapshot |
2002-03-16 |
William A.... | Simplify s/APR_OS_PROC_T_FMT/APR_PID_T_FMT/, apr_os_f... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
William A.... | Eliminate potential ap_server_root_relative segfaults... |
commit | commitdiff | tree | snapshot |
2002-03-16 |
William A.... | Silly module, we don't need compat.h :) |
commit | commitdiff | tree | snapshot |
2002-03-16 |
Ian Holsman | Solaris 8 doesn't have a thundering herd problem |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jeff Trawick | make sure we set rc before referencing it |
commit | commitdiff | tree | snapshot |
2002-03-15 |
William A.... | Axe unused variable |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jeff Trawick | clean up the use of apr_sockaddr_t (stay out of family... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
William A.... | Another potential ap_server_root_relative failure |
commit | commitdiff | tree | snapshot |
2002-03-15 |
William A.... | Style touchup |
commit | commitdiff | tree | snapshot |
2002-03-15 |
William A.... | Another potential ap_server_root_relative failure. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
William A.... | A coworker discovered that really bogus path names... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jeff Trawick | speed up the short_report path... we were unnecessarily |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jeff Trawick | Factor out a bunch of commonality between the HAVE_TIME... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
William A.... | Outch! DougM reports that I never committed this... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jeff Trawick | Allow URIs specifying CGI scripts to include '/' at... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jeff Trawick | fix a couple of formatting bugs in the !HAVE_TIMES... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jeff Trawick | make mod_status a little faster by checking for an... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Sander Striker | Since noone seemed to have a real problem with it,... |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Martin Kraemer | Typo (noticed while browsing http://docx.webperf.org/) |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Doug MacEachern | get rid of some -Wall warnings |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Doug MacEachern | remove stray log message (from madhu) |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Jeff Trawick | OtherBill took care of my mod_negotiation concern. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Sander Striker | Remove the pools API change from the showstoppers section. |
commit | commitdiff | tree | snapshot |
2002-03-15 |
Sander Striker | Update the mpms to call the new allocator/pools API |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Doug MacEachern | PR: |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Bill Stoddard | FYI... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Jeff Trawick | deal with the rename of kill_after_timeout to APR_KILL_... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Jeff Trawick | mention an outstanding scoreboard alignment issue ... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Bradley Nicholes | Import file for NetWare |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Aaron Bannert | This was fixed last week but I didn't notice the bug... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Aaron Bannert | Fix a comment about the /<target> appended to config... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Bradley Nicholes | Switched to the new winsock header for NetWare |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Bradley Nicholes | Added code to extract the current address space name... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Doug MacEachern | fix comment |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Doug MacEachern | PR: |
commit | commitdiff | tree | snapshot |
2002-03-14 |
William A.... | Some lingering debug cruft that isn't needed |
commit | commitdiff | tree | snapshot |
2002-03-14 |
William A.... | Use fprintf to stderr over printf. Better yet -... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
William A.... | My [sixth?] major revamp of service.c. Traded an... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
William A.... | Cleanup the eventlogger code, and split it into its... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
William A.... | Now that we test ownership of the listeners in listen... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
William A.... | The be-certain-we-own-the-socket patch to listen... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
William A.... | Our ap_listeners were binding to IIS sockets, other... |
commit | commitdiff | tree | snapshot |
2002-03-14 |
Jeff Trawick | Fix apxs -g handling. |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Bill Stoddard | Fix win32 compile breakage. |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Joshua Slive | Fix a couple typos. |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Bill Stoddard | Decline urls ending with / |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Roy T. Fielding | Update our copyright for this year. |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Jeff Trawick | fix the remaining sizeof(token.value) bogosity |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Jeff Trawick | Fix some mod_include bugs which broke the evaluation... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Bill Stoddard | Move the quick_handler comment to the new quick handler... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Jeff Trawick | simplify the way we find the family of an apr_sockaddr_t |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | use ssl_asn1_keystr |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | add ssl_asn1_keystr() util function that returns string... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | use ssl_asn1_table_keyfmt() function and only format... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | use ssl_asn1_table_keyfmt() function |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | add ssl_asn1_table_keyfmt() function for clarity |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Jeff Trawick | get some hardcoded paths out of apxs |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | PR: |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | generalize session logging into ssl_session_log() function |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Bill Stoddard | Remove incomplete cache_objects from the cache if the... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Jeff Trawick | zap some crufty NO_GETTIMEOFDAY code |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Jeff Trawick | fix the calculation of request time in mod_status |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Jeff Trawick | Fix the calculation of thread_num in the worker score... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | SSL_SESSION_id2sz() was NOT THREAD SAFE. it returned... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | SSL_SESSION_id2sz() is somewhat expensive, make sure... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | cleanup logging of CRL, includes ridding of some malloc... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | couple o minor style/log fixos |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | use ptemp in ssl_init_FindCAList() rather than creating... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | switch to ptemp pool for ssl_pphrase_Handle |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | only call: ssl_rand_seed(s, p, SSL_RSCTX_STARTUP, ... |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | remove ssl_engine_ds.c |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | remove obsolete ssl_ds_{table,array} api |
commit | commitdiff | tree | snapshot |
2002-03-13 |
Doug MacEachern | replace ssl_ds_array usage with apr_array_header_t |
commit | commitdiff | tree | snapshot |
next |