summaryrefslogtreecommitdiff
path: root/src/modules/rtp/headerlist.c
Commit message (Expand)AuthorAgeFilesLines
* Rename functions with "tostring" in the name to one with "to_string" to confo...Deepak Srivastava2015-09-251-1/+1
* update FSF addresses to FSF web pageOndrej Holecek2015-01-141-3/+1
* Use pa_hashmap_remove_and_free() where appropriateTanu Kaskinen2014-04-171-7/+1
* hashmap: Add the ability to free keysArun Raghavan2013-09-171-2/+2
* Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)2013-07-041-4/+4
* hashmap: Use pa_free_cb_t instead of pa_free2_cb_tTanu Kaskinen2013-02-161-6/+1
* Remove $Id$ lines left over from SVNColin Guthrie2008-10-081-2/+0
* Some misc fixes. consts, base64 optimisation (not that it will be with us lon...Colin Guthrie2008-10-081-1/+1
* Use pa_sprintf_malloc to do simple concatenation rather than using the higher...Colin Guthrie2008-10-081-5/+3
* Add a small lib to interpret and produce headers as used in http style requests.Colin Guthrie2008-10-081-0/+190