aboutsummaryrefslogtreecommitdiffstats
path: root/main/http.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-17Manager cookies are not compatible with RFC2109.lmadsen1-1/+1
2010-03-20Resolve a number of FreeBSD build issues.russell1-0/+1
2008-11-03somehow missed a bunch of gcc 4.3.x warnings in this branch on the first passkpfleming1-14/+17
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-2/+6
2008-07-31accomodate users who seem to lack a sense of humor :-)kpfleming1-3/+3
2008-04-23Improve some broken cookie parsing code. Previously, manager login over HTTPrussell1-48/+39
2008-04-23Fix an issue that caused getting the correct next channel to not always work.russell1-1/+1
2008-01-11Comment explaining how to force browser to always read some html files from s...pari1-0/+5
2007-04-30When serving dynamic content, include a Cache-Control header to instruct therussell1-2/+10
2007-04-11Add "svgz" to the mimetypes table. (issue #9510, bkruse)russell1-5/+7
2007-04-10File upload support was added to solve some needs for the Asterisk GUI.russell1-305/+1
2007-04-08Fix --enable-dev-modetilghman1-1/+1
2007-04-06To be able to achieve the things that we would like to achieve with therussell1-3/+318
2007-04-05Add the MIME type for gif by request from Parirussell1-0/+1
2007-03-21Add svg mimetype for pari.file1-0/+1
2007-03-08this change was not needed; fclose() handles closing the file descriptor alreadykpfleming1-2/+0
2007-03-08fix two cases where HTTP session file descriptors would not be closedkpfleming1-0/+2
2007-02-20Add the Asterisk version information to the Server header in HTTPrussell1-1/+2
2007-01-31Merged revisions 53045 via svnmerge from russell1-0/+1
2007-01-23Fix setting the default port of 8088 on 64-bit or big-endian machines.russell1-1/+1
2006-12-28saw this in passing... fix a small typoqwell1-1/+1
2006-12-28make the uris_lock a rwlock instead of a mutex lock - needs to be forward por...qwell1-11/+11
2006-12-27since these variables all have static duration, none of them need initializer...kpfleming1-3/+3
2006-12-23Implement locking for the list of URI handlers to make it thread-safe.russell1-4/+22
2006-11-02Reverse change of "show" to "list" and make several other commands more consi...tilghman1-8/+3
2006-10-24merge 45152 don't leak descriptors in http.crizzo1-17/+22
2006-10-18merge from trunk: move ast_variables_destroy() to a betterrizzo1-1/+1
2006-10-06make sure sockets are blocking when they should be blocking.rizzo1-0/+2
2006-10-04update thread creation code a bitkpfleming1-2/+2
2006-09-19After discussing this with other people, we decided we'd like to try to do th...qwell1-43/+43
2006-09-195240 updateanthonyl1-43/+43
2006-09-18merge qwell's CLI verbification workkpfleming1-7/+13
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+698