aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud/glougloud.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* convert to tabs, and fix some indent manualyLaurent Ghigonis2013-06-051-20/+20
| | | | no functionnal change
* glougloud: fix usage()Laurent Ghigonis2013-06-051-1/+2
|
* glougloud: option to specify listen interfaces / portsLaurent Ghigonis2013-06-051-4/+20
|
* glougloud: fix usageLaurent Ghigonis2013-06-051-1/+1
|
* glougloud: fix usage() wrong optionLaurent Ghigonis2013-03-101-1/+1
|
* glougloud: missing usage \nLaurent Ghigonis2013-03-101-1/+1
|
* stop the servers in the main(), not in signal handlers !Laurent Ghigonis2012-12-041-4/+4
| | | | it's bad practise to do any processing in signal handlers.
* fix droppriv call after API breakageLaurent Ghigonis2012-12-021-1/+1
|
* use libglouglou droppriv to user _glougloud, and create group/userLaurent Ghigonis2012-12-021-0/+7
| | | | during make install
* fix indentLaurent Ghigonis2012-11-301-1/+1
|
* fix indent.Laurent Ghigonis2012-11-301-4/+3
| | | | no functionnal change
* set libglouglou verbosity relative to log levelLaurent Ghigonis2012-11-301-0/+2
|
* correctly gg_server_stop() the 2 servers on exit.Laurent Ghigonis2012-11-291-5/+8
| | | | better naming.
* use glouglou ports constantsLaurent Ghigonis2012-11-291-2/+2
|
* correctly handle signalsLaurent Ghigonis2012-11-291-1/+12
|
* do the proxification goofooLaurent Ghigonis2012-11-291-2/+36
|
* add very basic glougloudLaurent Ghigonis2012-11-291-0/+74
|
* move glougloud to oldLaurent Ghigonis2012-11-291-487/+0
|
* do not capture DNS as it can come from glougloud itselfLaurent Ghigonis2012-07-221-1/+1
|
* follow imsgev changesLaurent Ghigonis2012-07-221-2/+15
|
* make it at least compile on linux.Laurent Ghigonis2012-07-221-3/+13
| | | | tested on archlinux
* initial import from my hg repositorylaurent2012-03-271-0/+464