aboutsummaryrefslogtreecommitdiffstats
path: root/main/manager.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-17Warning be gone!file1-1/+2
2006-10-17simplify authority_to_str() using ast_build_string()rizzo1-14/+9
2006-10-17Improve the XML formatting of responses coming from web interface.rizzo1-29/+47
2006-10-17open a temporary file to receive the output from cli commandsrizzo1-1/+25
2006-10-17document xml_copy_escape() and add an extra function, namelyrizzo1-4/+14
2006-10-16+ comment some unclear fields of struct mansession;rizzo1-13/+13
2006-10-16+ comment some unclear requirements for master_eventqrizzo1-15/+17
2006-10-16protect access to first_action with actionlock.rizzo1-40/+27
2006-10-12Merged revisions 44945 via svnmerge from russell1-1/+1
2006-10-12Merged revisions 44921 via svnmerge from nadi1-2/+1
2006-10-06basically fix indentation of a large function after previousrizzo1-70/+65
2006-10-06s cannot be null here, so remove the useless test and error-handling block.rizzo1-4/+1
2006-10-06simplify logic in preparation to reduce indentationrizzo1-7/+7
2006-10-06make sure sockets are blocking when they should be blocking.rizzo1-0/+3
2006-10-04Merged revisions 44378 via svnmerge from kpfleming1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-6/+12
2006-09-21Remove deprecated CLI apps from the coretilghman1-24/+4
2006-09-21Remove 1.4 changes from UPGRADE.txt, remove deprecated callerid field, remove...tilghman1-6/+0
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-4/+5
2006-09-19Commit the changes from issue #5240.qwell1-2/+195
2006-09-19After discussing this with other people, we decided we'd like to try to do th...qwell1-327/+153
2006-09-195240 updateanthonyl1-153/+327
2006-09-18merge qwell's CLI verbification workkpfleming1-23/+42
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-0/+7
2006-08-21- simplify and improve astmm by using thread storage instead of a dynamicrussell1-152/+119
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+2630