1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-10 09:17:44 +00:00
Commit graph

130 commits

Author SHA1 Message Date
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
tg(x)
35e33b7a2d render: no \n after routing headers if content is empty 2011-04-29 03:15:36 +02:00
tg(x)
8037bf35fa test packets: 1 packet/file 2011-04-29 03:13:50 +02:00
psyc://psyced.org/~lynX
c51e079059 Merge commit 'origin' 2011-04-28 15:20:11 +02:00
psyc://psyced.org/~lynX
d4c44936de + 2011-04-28 15:20:07 +02:00
tg(x)
03ab9f5bc5 + 2011-04-28 15:15:37 +02:00
tg(x)
b362a999ce fix for parsing empty data 2011-04-28 12:33:06 +02:00
tg(x)
96bc48c64c test server 2011-04-27 19:18:17 +02:00
tg(x)
9b5a3718c7 renamed test packets 2011-04-27 19:17:41 +02:00
tg(x)
f58c92bf1b partial test packets 2011-04-27 18:37:36 +02:00
tg(x)
2d8eb96f0d fixes for parsing partial packets 2011-04-27 18:37:03 +02:00
tg(x)
d18187229a doc style fix 2011-04-27 00:17:19 +02:00
psyc://psyced.org/~lynX
92fcc1a604 THAT'S where the bug was!?!?!!!! 2011-04-26 23:16:56 +02:00
tg(x)
ec69b5ee3f render: restructuring into more functions, added some docs 2011-04-26 22:44:48 +02:00
tg(x)
07d7a3f776 + 2011-04-26 19:17:33 +02:00
tg(x)
a252040c62 list rendering 2011-04-26 17:23:06 +02:00
tg(x)
1a0b28003d parser: fix for empty data, testParser: verbose mode 2011-04-26 03:43:49 +02:00
psyc://psyced.org/~lynX
6058b8b58c not automatic yet, but at least it exits cleanly 2011-04-26 00:10:02 +02:00
psyc://psyced.org/~lynX
3baf88d81b automizable psyc_isRoutingVar tests 2011-04-25 23:58:07 +02:00
psyc://psyced.org/~lynX
b9f433f9ab testRender now automaticable 2011-04-25 23:49:27 +02:00
psyc://psyced.org/~lynX
e48a6ab1eb new style: psyc_functions, psycTypes, PSYC_MACROS 2011-04-25 23:40:38 +02:00
tg(x)
7dc8effab6 render doc 2011-04-25 23:14:22 +02:00
tg(x)
0226b1bba7 render: delim 2011-04-25 22:57:08 +02:00
tg(x)
d71313dd14 + 2011-04-25 22:47:24 +02:00
psyc://psyced.org/~lynX
dcbc8cd81a Merge commit 'origin' 2011-04-25 22:39:06 +02:00
psyc://psyced.org/~lynX
b3cea3e614 renamed: psyc.c -> packet.c 2011-04-25 22:38:42 +02:00
tg(x)
3c9e124bda printf 2011-04-25 22:34:08 +02:00
tg(x)
16d24be752 added assert for render, removed LPC assert 2011-04-25 22:31:21 +02:00
psyc://psyced.org/~lynX
62814badae used by psyclpc's configure script 2011-04-25 22:02:24 +02:00
tg(x)
7a0dd32483 - 2011-04-25 22:01:13 +02:00
tg(x)
ecdc0b4753 Merge branch 'master' of supraverse.net:libpsyc 2011-04-25 21:57:09 +02:00
tg(x)
0ee3404bda fixes & test for rendering 2011-04-25 21:57:03 +02:00
psyc://psyced.org/~lynX
c796f8939c warning: declaration of 'index' shadows a global declaration 2011-04-25 21:28:24 +02:00
psyc://psyced.org/~lynX
f4791db17c don't use sprintf for rendering numbers 2011-04-25 16:11:47 +02:00
psyc://psyced.org/~lynX
97d40c09bd Merge commit 'origin' 2011-04-25 14:47:27 +02:00
psyc://psyced.org/~lynX
e7e022a05a did you actually mean PSYC_MODIFIER_NEED_LENGTH ? 2011-04-25 14:47:16 +02:00
tg(x)
a6a2512af7 - 2011-04-25 14:46:14 +02:00
tg(x)
14a62b568e fixed modifier array 2011-04-25 14:39:58 +02:00
tg(x)
3afb723bf8 functions for creating packet & modifier structs, rendering 2011-04-25 14:20:13 +02:00
tg(x)
e047884a0d bsd memmem .h 2011-04-24 18:11:57 +02:00
tg(x)
d52f1a90ee bsd memmem 2011-04-24 17:23:44 +02:00
psyc://psyced.org/~lynX
2fb506abce Merge commit 'origin' 2011-04-23 17:16:24 +02:00
psyc://psyced.org/~lynX
742323e414 how to pass constrant strings with length at compile time 2011-04-23 17:16:05 +02:00
tg(x)
1a34b50dbf added missing ; 2011-04-23 16:58:02 +02:00
tg(x)
8da315b583 function definitions for creating packet & modifier structs 2011-04-23 16:51:46 +02:00
tg(x)
f6448c8fe7 more PSYC_Packet fields; s/Var/Modifier/ 2011-04-22 23:16:50 +02:00
tg(x)
29f6e6c432 s/operator/oper/ 2011-04-22 22:59:15 +02:00
psyc://psyced.org/~lynX
1e32c9c484 PSYC_Packet struct? 2011-04-22 22:44:14 +02:00
tg(x)
8359215d98 s/modifier/operator/ 2011-04-22 20:50:59 +02:00
tg(x)
35342caced compiles again 2011-04-22 20:33:22 +02:00