Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / src / modules / rlm_rest / rest.h
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-04 Arran Cudbard-BellAdd HTTP_BODY_CUSTOM_LITERAL encoder and expose it...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-15 Arran Cudbard-BellAdd postauth function to rlm_rest
2014-05-02 Arran Cudbard-BellMove more CC_HINTs to headers
2014-05-02 Arran Cudbard-BellMove __attribute__ markup from functions to headers...
2014-03-26 Arran Cudbard-BellAdd custom body encoder
2014-03-26 Arran Cudbard-BellAdd structure documentation
2014-03-24 Arran Cudbard-Bellrest: should force the body type to plain, so it passes...
2014-03-24 Arran Cudbard-BellFormatting
2014-03-24 Arran Cudbard-BellFix escaping of URI strings passed to %{rest:}
2014-03-23 Arran Cudbard-BellAdd function to get body data from a handle
2014-03-23 Arran Cudbard-BellRename all rest structures and functions to be in terms...
2014-03-23 Arran Cudbard-BellAdd body type 'none' which can be used to make RESTfull...
2014-03-18 Arran Cudbard-BellTweak buffer allocation to alloc double the previous...
2014-03-18 Arran Cudbard-BellFormatting in rlm_rest
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-09-27 Arran Cudbard-BellUse newer API functions to iterate and sort attributes...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellUse standard TLS config item names across all modules
2013-06-25 Arran Cudbard-BellAdd missing behaviour for accounting and authenticate...
2013-05-05 Arran Cudbard-BellStandardise return codes
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-17 Arran Cudbard-BellCURLAUTH values are bigger than CURLOpt
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-04 Alan T. DeKokArray is of CURLoption, not http stuff
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-17 Arran Cudbard-BellCheck for libcurl >= 17.9.1
2013-01-20 Arran Cudbard-BellRemove @version, doxygen seems to parse $id ok
2013-01-11 Arran Cudbard-BellMove license declarations outside of file descriptions
2012-12-01 Arran Cudbard-BellCheck for JSON-C library as well
2012-10-31 Arran Cudbard-BellFix some lazily resolved symbol named
2012-10-30 Arran Cudbard-BellMake rlm_rest build without cjson
2012-10-30 Arran Cudbard-BellUpdate TLS section to conform to standard used in rlm_l...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-20 Arran Cudbard-BellMerge pull request #79 from alanbuxey/master
2012-08-19 Alan Buxeyupdate of Copyright date in recently updated files
2012-03-27 Alan T. DeKokAdd newline.
2012-02-22 Alan DeKokMerge pull request #50 from arr2036/rlm_rest
2012-02-19 Arran Cudbard-BellInitial commit of rlm_rest module