summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-19Exchange ypc_val buffers over the network + fix two ypc_serv bugsHEADmasterYorhel11-105/+58
2014-08-19Add overflow checks for ypc_add_* + fix inline def for C++Yorhel7-11/+16
2014-08-18Fix building with MSVCYorhel2-1/+6
2014-08-18More portable definition of ypc_val_parserYorhel4-12/+11
2014-08-18Add test for ypc_val/ypc_get functions + fix two bugs found with itYorhel6-8/+134
2014-08-18Add functions for reading YPC valuesYorhel7-20/+181
2014-08-17Add functions to construct YPC valuesYorhel10-1/+173
2014-08-16COPYING: Mention code taken from other projectsYorhel1-0/+20
2014-08-16Add UTF-8 validation to ypc_val_parse()Yorhel6-7/+68
2014-08-16Add value parsing function + some hex test fixesYorhel6-7/+287
2014-08-15Add bin2hex/hex2bin testsYorhel2-1/+41
2014-08-15Move function documentation out of ypc.h and into a separate documentYorhel2-116/+175
2014-08-15Fix building on cygwin + add support for mingwYorhel4-8/+20
2014-08-13Add str2sockaddr test + fix bug found while testingYorhel3-1/+154
2014-08-12Switch to autotools + reorganize files a bitYorhel39-82/+224
2014-08-10Improved error reportingYorhel18-121/+202
2014-08-10Use C-style commentsYorhel13-157/+161
2014-08-10Fix error handling for windowsYorhel7-17/+34
2014-08-09Add ypc_init() functionYorhel3-1/+35
2014-08-09Add dllexport/dllimport + close/socketclose workaroundYorhel20-45/+77
2014-08-09Made a start on Windows + MSVC supportYorhel17-48/+113
2014-08-08tweetnacl: Add explicit initializer for '_0'Yorhel1-1/+2
2014-08-08tcps: Use crypto_box() instead of crypto_sign() in handshakeYorhel8-432/+50
2014-08-06Add some extension points to tcps protocolYorhel1-26/+45
2014-08-06Support libsodium, split pub/secret sign keys, unlink unix path on freeYorhel12-42/+57
2014-08-04Managed to get tcps to workYorhel13-50/+256
2014-08-03Make a start on tcps supportYorhel16-17/+1092
2014-08-02Initial commitYorhel26-0/+938