1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
Commit graph

914 commits

Author SHA1 Message Date
Marenz
7bfd705b49 added check to wrong function 2011-04-30 15:59:11 +02:00
Marenz
edc8188c20 added check to wrong function 2011-04-30 15:59:11 +02:00
Marenz
b1396504b3 Merge branch 'master' of supraverse.net:libpsyc 2011-04-30 15:49:09 +02:00
Marenz
007aca1a6d Merge branch 'master' of supraverse.net:libpsyc 2011-04-30 15:49:09 +02:00
Marenz
293f9160ae added check for invalid flags combination 2011-04-30 15:48:52 +02:00
Marenz
3e90a87c45 added check for invalid flags combination 2011-04-30 15:48:52 +02:00
Gabor Adam Toth
a5b980a301 Merge branch 'master' of supraverse.net:libpsyc 2011-04-30 15:46:24 +02:00
tg(x)
c0e4edadb3 Merge branch 'master' of supraverse.net:libpsyc 2011-04-30 15:46:24 +02:00
Gabor Adam Toth
b4c6008ffd + 2011-04-30 15:46:17 +02:00
tg(x)
41c1c5c9f8 + 2011-04-30 15:46:17 +02:00
Gabor Adam Toth
b24592cf02 match: fixed warnings 2011-04-30 15:44:12 +02:00
tg(x)
57583fb344 match: fixed warnings 2011-04-30 15:44:12 +02:00
Marenz
10e8deff47 adjusted functions for flag PARSE_BEGIN_AT_CONTENT 2011-04-30 15:43:00 +02:00
Marenz
6463c3e9bb adjusted functions for flag PARSE_BEGIN_AT_CONTENT 2011-04-30 15:43:00 +02:00
Gabor Adam Toth
166b73d5ab Makefile improvements 2011-04-30 15:42:48 +02:00
tg(x)
1b49ff9605 Makefile improvements 2011-04-30 15:42:48 +02:00
Marenz
d48aa1e53b added flag to parse only contents of a packet 2011-04-30 15:35:34 +02:00
Marenz
ac29663a47 added flag to parse only contents of a packet 2011-04-30 15:35:34 +02:00
Marenz
14feb9dc08 more work on the d binding 2011-04-30 14:39:04 +02:00
Marenz
d94c76012a more work on the d binding 2011-04-30 14:39:04 +02:00
Marenz
28400d0553 added first draft for d binding 2011-04-30 14:30:01 +02:00
Marenz
7a1b1f0e08 added first draft for d binding 2011-04-30 14:30:01 +02:00
Marenz
03dede07b3 fixed makefile for test, fixed help output 2011-04-30 13:09:24 +02:00
Marenz
917474e6f3 fixed makefile for test, fixed help output 2011-04-30 13:09:24 +02:00
Marenz
e9664de2ad Merge branch 'master' of supraverse.net:libpsyc 2011-04-30 12:57:39 +02:00
Marenz
3265b2fea9 Merge branch 'master' of supraverse.net:libpsyc 2011-04-30 12:57:39 +02:00
Marenz
bc14c0985f added lib dir to gitignore 2011-04-30 12:57:06 +02:00
Marenz
f9b17b36d4 added lib dir to gitignore 2011-04-30 12:57:06 +02:00
Marenz
9dfa030e49 renamed lib target to glibc. Puts .a file now in lib/ 2011-04-30 12:56:07 +02:00
Marenz
3201a5fa23 renamed lib target to glibc. Puts .a file now in lib/ 2011-04-30 12:56:07 +02:00
Gabor Adam Toth
47e7af7354 + 2011-04-29 23:11:48 +02:00
tg(x)
bd6338618b + 2011-04-29 23:11:48 +02:00
Gabor Adam Toth
cb2132ef93 testMatch: use C2ARG 2011-04-29 23:11:40 +02:00
tg(x)
ec90453e3b testMatch: use C2ARG 2011-04-29 23:11:40 +02:00
Gabor Adam Toth
56371a3792 test: positive return codes; match: disabled strlen check 2011-04-29 23:00:03 +02:00
tg(x)
b0a2cf88fa test: positive return codes; match: disabled strlen check 2011-04-29 23:00:03 +02:00
Gabor Adam Toth
ea3e40d575 getVarType 2011-04-29 22:58:19 +02:00
tg(x)
f722733f08 getVarType 2011-04-29 22:58:19 +02:00
Gabor Adam Toth
e72d576528 testServer: fixed list parsing 2011-04-29 17:01:54 +02:00
tg(x)
6f9a753415 testServer: fixed list parsing 2011-04-29 17:01:54 +02:00
Gabor Adam Toth
bd3e61970c splittest 2011-04-29 16:03:17 +02:00
tg(x)
77cef1151b splittest 2011-04-29 16:03:17 +02:00
Gabor Adam Toth
6785ed048c testServer: s/write/printf/ 2011-04-29 16:02:38 +02:00
tg(x)
38a7815be2 testServer: s/write/printf/ 2011-04-29 16:02:38 +02:00
Gabor Adam Toth
23633f0eb6 parser: fixes for partial packets 2011-04-29 16:00:48 +02:00
tg(x)
8abc3c85e9 parser: fixes for partial packets 2011-04-29 16:00:48 +02:00
Gabor Adam Toth
4fd4a49e09 Makefile: netstart 2011-04-29 04:12:55 +02:00
tg(x)
508661cc55 Makefile: netstart 2011-04-29 04:12:55 +02:00
Gabor Adam Toth
b2ae4a58af testServer: added rendering; nettest: fail if there's a diff between input & rendered packet 2011-04-29 03:20:00 +02:00
tg(x)
1217d8ce8b testServer: added rendering; nettest: fail if there's a diff between input & rendered packet 2011-04-29 03:20:00 +02:00