aboutsummaryrefslogtreecommitdiffstats
path: root/glougloud (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-293-0/+133
|
* move glougloud to oldLaurent Ghigonis2012-11-2915-3394/+0
|
* improve newconn fields encodingLaurent Ghigonis2012-07-221-3/+3
|
* when going through a LIST and removing elements in the loop, you need toLaurent Ghigonis2012-07-222-7/+8
| | | | use LIST_FOREACH_SAFE !
* fatal() messages are now prefixed by "fatal:"Laurent Ghigonis2012-07-221-1/+1
|
* do not capture DNS as it can come from glougloud itselfLaurent Ghigonis2012-07-221-1/+1
|
* add "Notes on architecture and security" sectionLaurent Ghigonis2012-07-221-0/+18
|
* precise linux versionLaurent Ghigonis2012-07-221-1/+1
|
* indicates it works on linux now, and that we require libglouglouLaurent Ghigonis2012-07-221-2/+3
|
* fix some pointer arithmetic when mixing pointers with integers : alwaysLaurent Ghigonis2012-07-221-5/+7
| | | | cast pointers to (u_char *) before the operation !
* tweakLaurent Ghigonis2012-07-221-1/+1
|
* document externalLaurent Ghigonis2012-07-221-0/+8
|
* follow imsgev changesLaurent Ghigonis2012-07-223-6/+32
|
* fix imcompatibility between imsg and imsgev !Laurent Ghigonis2012-07-222-6/+17
| | | | | during last commit, imsg was involontarily updated, and imsgev became incompatible with it. so update imsgev to lastest version.
* make it at least compile on linux.Laurent Ghigonis2012-07-2212-12/+1329
| | | | tested on archlinux
* struct packet is now in libglouglou, so remove it from here and #includeLaurent Ghigonis2012-07-212-49/+4
| | | | <libglouglou.h>
* improve bug trackinglaurent2012-07-181-0/+1
|
* improve bug trackinglaurent2012-07-181-0/+9
|
* better READMElaurent2012-07-171-1/+1
|
* improve READMEslaurent2012-07-171-0/+8
|
* renamelaurent2012-07-171-0/+0
|
* fix dns name sending sizelaurent2012-07-171-2/+1
| | | | Please enter the commit message for your changes. Lines starting
* fix dns name sending to clients, and put some debug messages on debug mode onlylaurent2012-07-171-6/+6
|
* remove binarylaurent2012-07-171-0/+0
|
* fix packet sending, and add debug printlaurent2012-07-171-1/+3
|
* typolaurent2012-07-171-1/+1
|
* reorganiselaurent2012-07-171-6/+7
|
* remove binary files from gitlaurent2012-07-176-0/+0
|
* add more explanationslaurent2012-07-171-1/+9
|
* add installation and usage instructionslaurent2012-07-171-0/+14
|
* initial import from my hg repositorylaurent2012-03-2715-0/+2013