Commit report for master branch

The git bot announce at freeradius.org
Mon Feb 24 00:00:13 CET 2014


New activity for FreeRADIUS (the high performance and highly configurable RADIUS server)

======
Operator precedence

Alan T. DeKok at 2014-02-23T23:56:32Z
Files modified:
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/1a516542c626ea4a5e5f0bd4c86a9cc364d4d549
====== 
Rename cleanup_delay to cleanup_interval for connection pool

Document the change.  Make the old "cleanup_delay" still work
in the config files.

Change the expiry algorithm to be exponential decay.
The first connection is cleaned up at

	last_spawned + cleanup_interval

The next one at

	last_spawned + cleanup_interval + cleanup_interval >> 1

etc.  This should minimize connection bouncing

Alan T. DeKok at 2014-02-23T23:56:30Z
Files modified:
	* raddb/mods-available/redis
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/810ff23fba5b472a1e18746f29bfa8f2d2d1aad5
====== 
More testing code for heaps

Alan T. DeKok at 2014-02-23T23:49:35Z
Files modified:
	* src/lib/heap.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/27593eaab5f6897efa2e52cdf32788f9c00d0da9
====== 
Correct comment for cleanup_delay

Arran Cudbard-Bell at 2014-02-23T16:44:19Z
Files modified:
	* src/main/connection.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/5eeffa0d4b5f197d189d28c12a945df476cfce48
====== 
Catch race condition in request_running()

if we send a proxied packet, we may get a reply before the
timer has a chance to update request->process = proxy_running.
In that case, just update the state ourselves to make sense.

Alan T. DeKok at 2014-02-23T05:11:43Z
Files modified:
	* src/main/process.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/c7e23c9f7dc51290174f699035a72ee01a3eab01
====== 
rename CHILD_DONE to NO_CHILD_THREAD

Alan T. DeKok at 2014-02-23T04:58:28Z
Files modified:
	* src/main/process.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/dbb8e89192aef33350761389a537a9789bf06b78
====== 
request_running() doesn't handle FR_ACTION_PROXY_REPLY

Alan T. DeKok at 2014-02-23T04:47:01Z
Files modified:
	* src/main/process.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/33ac78cd83c4f92b3057a6ba3328af00d30b03e9
====== 
Remove extraneous %

Alan T. DeKok at 2014-02-23T04:39:41Z
Files modified:
	* src/main/process.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/f3c3c6371d766e2062f45caff3a2bf63811f6e22
====== 
On proxy_running ACTION_RUN, do running, not PROXY_REPLY

Alan T. DeKok at 2014-02-23T04:39:40Z
Files modified:
	* src/main/process.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/6120f37fef2d532bb24a3b01e14b2156993496c6
====== 
remove extra check

Alan T. DeKok at 2014-02-23T04:39:39Z
Files modified:
	* src/lib/event.c

Commit diff:
https://github.com/FreeRADIUS/freeradius-server/commit/b422788fc76b64d96552dbe90eb24cf3fa6c1a07
====== 
-- 
This commit summary was generated @2014-02-24T00:00:12Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).


More information about the Freeradius-Devel mailing list