Use talloc for fifo buffers
[freeradius.git] / src / main / threads.c
2015-06-27 Arran Cudbard-BellUse talloc for fifo buffers
2015-05-14 Arran Cudbard-BellCallbacks used by map_to_request should take a TALLOC_C...
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-06 Alan T. DeKokRemove SSL mutex memory on clean exit
2015-03-06 Alan T. DeKokClean up hash table on stop
2015-03-06 Alan T. DeKokClean up the fifos on clean exit
2015-01-27 Alan T. DeKokbuild cleanly WITH_GCD
2015-01-26 Alan T. DeKokWe don't need unused structs
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Alan T. DeKokDecrease block protected by the mutex. Closes CID ...
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-08 Alan T. DeKokMark requests as alloc'd
2014-12-07 Alan T. DeKokQuiet scanner
2014-10-28 James RouzierLock thread_pool.wait_mutex before forking to avoid...
2014-10-02 Arran Cudbard-BellReorder radius_exec_program arguments to be consistent...
2014-08-22 Alan DeKokMerge pull request #758 from spbnick/trigger_max_thread...
2014-08-08 Arran Cudbard-BellFormatting in threads.c
2014-08-07 Nikolai KondrashovTrigger max_threads upon reaching the limit
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-26 Arran Cudbard-BellCast interval values to ints before use, so we don...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-09 Alan T. DeKokReplace ad-hoc code with RATE_LIMIT(...) macro
2014-05-06 Alan T. DeKokFree handle if we can't spawn a thread. Found by codesonar
2014-05-02 Alan T. DeKokFix build error
2014-05-02 Arran Cudbard-BellVarious scan-build fixes
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-11 Alan T. DeKokComplain about blocked only on the first pass through...
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-02-22 Alan T. DeKokBe more careful about setting child states
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-21 Alan T. DeKokMore bool fixes for spawn_flag
2014-02-21 Arran Cudbard-BellFix minor issues in threads.c
2014-02-21 Alan T. DeKokEnqueue / dequeue happen only when the pool is initialized
2014-02-20 Arran Cudbard-Bellstart_servers must be <= max_servers
2014-02-18 Alan T. DeKokDon't stop the thread pool if it wasn't started
2014-02-06 Arran Cudbard-BellAdd support for SHA-2 digests
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-07 Alan T. DeKokBuild fixes WITH_ACCOUNTING
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-16 Matthew Newtonadd timeout arg to radius_exec_program, with default...
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-09-19 Alan T. DeKokPrint how many requests are blocked
2013-09-18 Alan T. DeKokTurn assert into talloc check.
2013-09-16 Alan T. DeKokMake it build with GCD
2013-09-13 Alan T. DeKokRemove extra debug
2013-09-13 Alan T. DeKokMake max_requests_per_server work
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellReorder arguments to radius_exec_program so they make...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-29 Alan T. DeKokMake auto_limit_acct probabalistic
2013-05-15 Alan T. DeKokMoved "exec_trigger" to threads.c
2013-05-09 skidsFix typos in comments
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-29 Alan T. DeKokSimplify debug output
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2012-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Arran Cudbard-BellMore debugging improvements
2012-12-05 Alan T. DeKokFix suppression of blocked thread messages
2012-12-05 Arran Cudbard-BellMinor debugging tweaks
2012-10-25 Iliya PeregoudovCreate threads as joinable, not detached.
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-17 Arran Cudbard-BellAdd bounds check for max_queue_size
2012-09-17 Alan T. DeKokUse max_queue_size when initializing the queues
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-04-29 Alan T. DeKokRate limit some triggers.
2012-03-08 Alan T. DeKokSet self request to NULL
2012-02-23 Alan T. DeKokAdd queue parameters to accounting config items
2012-02-23 Alan T. DeKokExport Queue PPS in/out via the "status" interface
2012-02-23 Alan T. DeKokLower the impact of auto_limit_acct when it's disabled
2012-02-22 Alan T. DeKokdded auto limiting for accounting packets.
2011-12-26 Alan T. DeKokInclude header file for mach_task_self
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-10 Alan T. DeKokTwigged blocked messages && logic
2011-06-03 Alan T. DeKokFix GCD code for new process functionality
2011-04-29 Alan T. DeKokMore and better sanity checks
2011-04-22 Alan T. DeKokTriggers for thread start/stop
2011-04-13 Alan T. DeKokNew state machine for 3.0
2011-02-17 Alan T. DeKokSuppress messages if thread pool is ~full.
2011-01-18 Alan T. DeKokMove request STOP logic from threads into event code
2011-01-01 Alan T. DeKokAdd support for Apple Grand Central Dispatch
2010-08-04 Alan T. DeKokSet "component" and "module" to more descriptive values
2010-08-02 Alan T. DeKokMore descriptive error messages.
2010-06-01 Alan T. DeKokClean up code related to requests in child thread
2010-02-11 Alan T. DeKokDo waitpid() for ALL children, even if there are no...
2009-07-05 Alan T. DeKokMade thread pool section optional
next