Massive change to the server core to remove horrid code in
[freeradius.git] / src / main / threads.c
2007-04-03 aland Massive change to the server core to remove horrid...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Port OpenSSL locking mutexes from the CVS head
2007-02-12 aland Don't initialize the wait hash if we're not threaded
2007-02-09 aland cleaned up the exec stuff again, and moved the "wait for
2007-02-09 aland Cleaned up exec stuff, to make it more like the CVS...
2007-01-26 aland use fork() where we don't need to wait.
2006-12-12 aland Fix stupid bug. rad_send() takes secret as second...
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-09-14 aland Don't NULL self->request until after we're done using it
2006-09-11 aland get rid of race condition on proxying by moving the...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-21 aland Cleaned up fork code (again) so that when a module...
2006-06-01 fcusackimport from HEAD:
2006-05-30 aland Make hash table have comparison callback, it's needed.
2006-05-10 fcusack udpate comments re: thread_pool.active_threads and...
2006-05-10 fcusack delete_thread(): clarify thread exit comments
2006-05-09 fcusackimport from HEAD:
2006-04-12 aland New growing hash functions, and other code to use...
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-14 aland Have the thread queue handler use fifos, rather than...
2005-11-11 aland Include files used to build the server are now <freera...
2005-10-31 aland Removed bogus code
2005-10-28 aland Move table of PID's to wait for into a hash table...
2005-10-17 aland Queue the request, THEN look for more threads
2005-10-17 aland Increment head *after* deleting it from the queue
2005-09-15 aland Add new hash table function so that small amounts...
2005-09-14 aland Make thread queue use new hash function, instead of...
2005-08-16 aland Darwin support
2005-06-29 aland Added one more (important) call to reap_children
2005-05-12 aland make max_queue_size configurable, in preparation for...
2005-04-27 aland Don't include libradius.h right after autoconf.h,...
2005-04-22 aland Fix compiler warning.
2005-04-22 aland renamed queue mutex to make it clearer what's going on
2005-04-11 aland Initialize wait_mutex, not queue mutex
2005-03-25 mgriegoImplement OpenSSL static locking callbacks. This will...
2005-02-16 aland reap children in a child thread, not in the main serve...
2005-02-16 aland re-write of handling SIGCHLD.
2005-02-16 aland removed external declaration of rad_savepid. This...
2005-02-15 aland Move SIGCHLD handler to threads.c, no one else needs it
2005-02-15 aland Handle the case where the threads aren't initialized
2004-12-16 aland pull patches from the head
2004-12-15 aland Fix minor typos
2004-12-15 aland Unlock mutex after updating structure, not before
2004-12-15 aland Unblock SIGCHLD when returning.
2004-10-20 aland Move yet more code around.
2004-10-20 aland move rad_respond() to threads.c. It's not the perfect...
2004-05-07 aland If the queue of requests to process gets too large...
2004-04-15 aland Mark spare threads once per second.
2004-04-15 aland Deleted an assertion, as it gets caught in race condit...
2004-04-14 aland A few more assertions about fake packets.
2004-04-12 aland Moved increment into mutex-protected section, in prepa...
2004-04-08 aland Only cancel running threads.
2004-04-05 aland If the request queue is too large, complain, and disca...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-12-10 aland When checking new request or proxy reply, don't bother...
2003-12-07 aland De-coupled the input requests from the thread management.
2003-12-05 aland Re-arranged the rad_check_list & proxy_check_list...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-07-30 aland Pull fix from the head
2003-07-30 aland Handle EINTR for sem_wait
2003-07-22 aland Pull patch from the head
2003-07-22 aland Use the right variable
2003-06-27 aland Stupid sem_wait implementation: you should return...
2003-06-25 fcusackremove an old pthread_cond comment
2003-06-24 aland Give up on stupid pthread conditionals. POSIX semapho...
next