summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-10doc/api.pod: Specify encodingHEADmasterYorhel1-0/+2
2016-07-10globsterctl: Fix perl warning about precedenceYorhel1-1/+1
2013-10-12hub/users: Fix type of user field in UserChanged and UserJoined signalsYorhel1-1/+1
2013-09-29hub/adc: Fix misreporting of slot count as hub-op countYorhel1-1/+1
2013-06-09hub/adc: Make sure that the uid of the connecting user is 0Yorhel1-1/+1
2013-05-16hub/nmdc: Add a few more is-user-really-online checksYorhel1-4/+7
2013-05-16hub/nmdc: Don't update info of offline usersYorhel1-2/+2
2013-05-16hub/{adc,nmdc,users}: Moved proto-specific user list management logicYorhel8-301/+365
2013-05-01hub/adc: Fix possible double-free of last INF valuesYorhel2-2/+7
2013-04-28util/netutil: User proper C99 flexible array memberYorhel1-1/+1
2013-04-28deps: Removed ecbuf, it's not used anymoreYorhel3-2/+0
2013-04-28hub/manager: No need to do a search to insert something at the endYorhel2-7/+20
2013-04-28util/{list,logfile}: Abstract list handling from logfile.c to list.hYorhel2-14/+18
2013-04-28hub/chat: Use linked list for the chat log instead of ecbufYorhel3-44/+62
2013-04-28util/list: Added (preliminary) linked list abstractionYorhel2-0/+83
2013-04-27test/vec: Fix some warnings about uninitialized values with clangYorhel1-1/+3
2013-04-27hub/manager: Use new vector macros for the list of hubsYorhel2-59/+23
2013-04-27util/vec: Added vector macros + test suiteYorhel3-2/+287
2013-04-15main: Fork to the background by default, add --no-daemon optionYorhel5-6/+81
2013-04-15main: Log to ~/.globster/logs/main.log by defaultYorhel4-9/+18
2013-04-14Makefile: Remove kvec.h remnantYorhel1-2/+1
2013-04-14main.c: Mention -l flag in -hYorhel1-1/+1
2013-04-14main.c: Add --log-file=syslog functionalityYorhel2-14/+26
2013-04-14doc/globster: Fix location of the -l flagYorhel1-2/+2
2013-04-14main.c: Re-open log file on SIGHUPYorhel1-1/+9
2013-04-14Add util/logfile abstraction and -l, --log-file optionYorhel6-2/+223
2013-04-14main: Added -h,--help option to globster(1)Yorhel2-0/+20
2013-04-14hub: Get rid of pointer indirection for hub_adc and hub_nmdc structsYorhel8-14/+10
2013-04-14Added const flag to some more static structsYorhel8-11/+11
2013-04-13hub/connection: Remove old TODO commentYorhel1-1/+0
2013-04-13hub/{hub,manager}: Group some PropertiesChanged signalsYorhel2-7/+12
2013-04-13hub/connection: Fix disconnect code when hub errormessage is emptyYorhel1-2/+2
2013-04-13hub/users: Use new dbo API to group PropertiesChanged signalsYorhel1-56/+25
2013-04-13dbo+itfgen: Allow for grouping multiple PropertiesChanged signalsYorhel3-31/+47
2013-04-13globster-launch: Pass unrecognized options to globster + unblock I/OYorhel2-16/+16
2013-04-13dbo: Make the list of exported interfaces for an object staticYorhel15-85/+103
2013-04-13util/{adc,base32}: Make the base32 alphabet string a constYorhel2-2/+2
2013-04-13dbo+itfgen: Declare the interface structs as constYorhel3-27/+27
2013-04-13doc/api: Fix statement about hubs not being rememberedYorhel1-2/+2
2013-04-10configure: Check whether -lrt is needed for clock_gettime()Yorhel1-0/+1
2013-04-10deps: Updated sqlasync + freetigerYorhel1-0/+0
2013-04-10hub/manager: Delete hub info from database when hub is deletedYorhel1-0/+3
2013-04-10hub: Delete hub variables when resetYorhel3-9/+16
2013-04-09doc/api: Fix description of the ReconnectTimeout propertyYorhel1-4/+4
2013-04-09hub: Added 'AutoConnect' property and -n option to globster(1)Yorhel9-16/+57
2013-04-09hub/connection: Allow Connect() with an empty addr to re-use stored addrYorhel4-6/+16
2013-04-09hub: Save (almost) all hub config to the databaseYorhel6-14/+38
2013-04-09db.c: Use NONE column type for 'value' columnsYorhel1-2/+2
2013-04-08db: Add hub_vars table + hub: Load hub list and info from the DBYorhel9-24/+99
2013-04-08hub/manager: List the hubs in a set-like vectorYorhel1-36/+63