Commit Graph

70 Commits

Author SHA1 Message Date
psyc://psyced.org/~lynX ee44312e5c death the parser 2011-05-09 09:02:15 +02:00
Marenz 8dac3771ff removed obsolete part 2011-05-09 02:24:41 +02:00
Marenz 5c20b9a875 more documentation 2011-05-09 02:07:13 +02:00
Marenz 211c0bcefb fixed a typo 2011-05-09 01:53:30 +02:00
Marenz a3b5141180 Merge branch 'master' of supraverse.net:libpsyc 2011-05-09 01:49:18 +02:00
Marenz 5eec69d752 enhancement in the documentation 2011-05-09 01:49:04 +02:00
tg(x) bfca9c1c73 Merge branch 'master' of supraverse.net:libpsyc 2011-05-09 01:47:20 +02:00
tg(x) bc1f3e9083 parser: cleaned up psycParseRC 2011-05-09 01:47:06 +02:00
Marenz bb40bba061 added small parsing tutorial 2011-05-09 01:36:57 +02:00
Marenz ebd4e77962 Explain a little more that the functions don't allocate memory 2011-05-09 00:39:41 +02:00
Marenz f7faf87934 minor formating changes 2011-05-09 00:14:48 +02:00
tg(x) a90b02065f parser: return code doc 2011-05-07 19:25:18 +02:00
tg(x) 72ed9a3eff parser: more detailed return codes for incomplete values 2011-05-07 18:13:59 +02:00
tg(x) ab30ef650c psycString init 2011-05-06 15:26:28 +02:00
tg(x) fd5d886053 parser: fixes routing-only mode, set valueParsed & valueLength for data as well; render: added support for rendering raw content 2011-05-06 00:13:37 +02:00
tg(x) c4340bae9f tests & fix for 0 length modifier value 2011-05-04 17:59:51 +02:00
tg(x) 7f9fe71ed9 parser, text: added functions for accessing state variables - headers 2011-05-04 04:01:21 +02:00
tg(x) 3cebf9b4c3 text: docs 2011-05-04 01:30:09 +02:00
tg(x) 259b51966c fixes for inline functions, c99 mode, formatting 2011-05-04 01:00:35 +02:00
Marenz 09e8943afe formating change in parser.h 2011-05-03 23:15:31 +02:00
tg(x) 444bf2a5f4 + 2011-05-03 23:11:13 +02:00
Marenz 0fd0cd6e7a moved inline functions back to the header
shouldn't result in any problems when used with static inline
2011-05-03 22:56:54 +02:00
tg(x) 5bbcda7da0 parser: next*Buffer -> set*Buffer, added setParse*Buffer2, added PSYC_ prefix to macro 2011-05-03 22:24:50 +02:00
tg(x) 29b8e8c0d5 parser: added return code aliases for routing-only mode 2011-05-01 12:08:09 +02:00
tg(x) 5d58cde51a parser: added return code aliases for routing-only mode 2011-05-01 11:59:15 +02:00
tg(x) 4f61f07ff2 parser: renamed flags, testServer: added routing only option 2011-04-30 17:07:01 +02:00
tg(x) 3670395c97 + 2011-04-30 16:46:09 +02:00
tg(x) af619d664d parser: fixes for header only parsing 2011-04-30 16:42:03 +02:00
Marenz 3e90a87c45 added check for invalid flags combination 2011-04-30 15:48:52 +02:00
Marenz 6463c3e9bb adjusted functions for flag PARSE_BEGIN_AT_CONTENT 2011-04-30 15:43:00 +02:00
Marenz ac29663a47 added flag to parse only contents of a packet 2011-04-30 15:35:34 +02:00
tg(x) 2d8eb96f0d fixes for parsing partial packets 2011-04-27 18:37:03 +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) 3afb723bf8 functions for creating packet & modifier structs, rendering 2011-04-25 14:20:13 +02:00
tg(x) 29f6e6c432 s/operator/oper/ 2011-04-22 22:59:15 +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
tg(x) 4f86b6916b isRoutingVar, rendering, some renames 2011-04-22 17:09:32 +02:00
tg(x) 9fd39c72a1 renaming & moving stuff around; psyc logo 2011-04-21 14:20:24 +02:00
psyc://psyced.org/~lynX e229ea79f4 some typedef renames 2011-04-20 22:31:04 +02:00
tg(x) dfb6512a5d moved types to psyc.h; added getVarType & isRoutingVar definitions; more doc 2011-04-20 19:18:35 +02:00
psyc://psyced.org/~lynX 52d672318c stupid gcc wants me to put extra () around the ret = 2011-04-20 17:15:03 +02:00
tg(x) f7adce9461 typedef enums, more doc 2011-04-20 16:28:15 +02:00
psyc://psyced.org/~lynX 71dc5a7dad + 2011-04-20 15:37:38 +02:00
psyc://psyced.org/~lynX 2f59265338 typedef my enum! 2011-04-20 15:36:56 +02:00
tg(x) e007285d88 moar documentation & fix PSYC_parse return type 2011-04-20 14:52:40 +02:00
Marenz 7d225af313 more documentation 2011-04-19 22:57:49 +02:00
tg(x) 3bb7cb0ecc Merge branch 'master' of supraverse.net:libpsyc 2011-04-19 22:31:47 +02:00
tg(x) bf16028740 doxygen 2011-04-19 22:31:43 +02:00