aboutsummaryrefslogtreecommitdiffstats
path: root/main/minimime
AgeCommit message (Collapse)AuthorFilesLines
2007-11-21more header removal/normalizationrizzo1-4/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89473 f38db490-d61c-443f-a65b-d21fe96a405b
2007-09-11(closes issue #10692)file4-10/+6
Reported by: snuffy Patches: minivm.diff uploaded by snuffy (license 35) Instead of using err (which is not available under Solaris) use fdprintf with stderr. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82231 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-23Return trunk to a working state by including compat.h in minimime.file1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@80453 f38db490-d61c-443f-a65b-d21fe96a405b
2007-08-22Convert minimime to use the proper uint*_t types, rather than u_int*_tqwell5-19/+19
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@80429 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-06eliminate another batch of compiler warnings (and a bug, although in code we ↵kpfleming8-144/+144
aren't using)... note that this required manually editing the lexer output code (generated by flex), so some of them will come back if the lexer is rebuilt git-svn-id: http://svn.digium.com/svn/asterisk/trunk@73726 f38db490-d61c-443f-a65b-d21fe96a405b
2007-07-05comment out some code that is not used and does not have prototypeskpfleming6-1/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@73553 f38db490-d61c-443f-a65b-d21fe96a405b
2007-06-29As the comment in the code says:rizzo1-1/+6
Use weaker error checking because we have some automatically generated files. However just mask out -Werror, because other warnings below: -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes may actually be important and spot out real bugs. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@72727 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09Merged revisions 61070 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r61070 | kpfleming | 2007-04-09 14:55:14 -0500 (Mon, 09 Apr 2007) | 2 lines fix up some warnings found using --enable-dev-mode ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61071 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-09Merged revisions 61062 via svnmerge from kpfleming8-1115/+0
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r61062 | kpfleming | 2007-04-09 14:49:09 -0500 (Mon, 09 Apr 2007) | 2 lines remove some more stuff we don't need ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@61065 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-06Filter out -Wundef so that the automatically generated C files will compile ↵russell1-1/+1
cleanly git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60623 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-06Remove a bunch of files that weren't supposed to get added.russell77-8275/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60605 f38db490-d61c-443f-a65b-d21fe96a405b
2007-04-06Merged revisions 60603 via svnmerge from russell128-0/+22910
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r60603 | russell | 2007-04-06 15:58:43 -0500 (Fri, 06 Apr 2007) | 13 lines To be able to achieve the things that we would like to achieve with the Asterisk GUI project, we need a fully functional HTTP interface with access to the Asterisk manager interface. One of the things that was intended to be a part of this system, but was never actually implemented, was the ability for the GUI to be able to upload files to Asterisk. So, this commit adds this in the most minimally invasive way that we could come up with. A lot of work on minimime was done by Steve Murphy. He fixed a lot of bugs in the parser, and updated it to be thread-safe. The ability to check permissions of active manager sessions was added by Dwayne Hubbard. Then, hacking this all together and do doing the modifications necessary to the HTTP interface was done by me. ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@60604 f38db490-d61c-443f-a65b-d21fe96a405b