Commit graph

96 commits

Author SHA1 Message Date
Juri Glass
352d6997f5 sml_time implemented 2011-07-25 19:46:45 +02:00
Juri Glass
3b34cd85dc sml_list implemented 2011-07-19 20:15:13 +02:00
Juri Glass
1cb0a1e9bc fixed an boolean_parse bug (optional) 2011-07-19 20:11:29 +02:00
Juri Glass
c05eff388c fixed bug in boolean_parse 2011-07-19 19:13:43 +02:00
Juri Glass
fc54f29a15 first sml_list test 2011-07-18 14:17:40 +02:00
Juri Glass
a64b4d58e6 added write, parse, init for sml_status 2011-07-17 12:27:00 +02:00
Juri Glass
b5eb45377d added optional parse for sml_value 2011-07-17 12:25:46 +02:00
Juri Glass
f3dfe21ec5 added sml_value_write, refactored sml_value_parse 2011-07-14 21:39:33 +02:00
Juri Glass
53e4fc0323 renamed sml_number_write_new to sml_number_write 2011-07-14 21:37:33 +02:00
Juri Glass
12e6f08bcd boolean write bug 2011-07-14 21:02:26 +02:00
Juri Glass
f564f830e6 tests for sml_value 2011-07-14 18:10:19 +02:00
Juri Glass
cf8482c83c used new number/boolean free methods, utilized new
optional handling
2011-07-14 13:02:30 +02:00
Juri Glass
ed582bb6a2 added number_free method 2011-07-14 13:02:30 +02:00
Juri Glass
06f9b82b59 added boolean_free method 2011-07-14 13:02:30 +02:00
Juri Glass
c6942f329b fixed bug: number_parse did not update buf->cursor 2011-07-14 13:02:29 +02:00
Juri Glass
aab3c3149d added sml_octet_string_cmp 2011-07-14 13:02:29 +02:00
Juri Glass
727c11de23 removed type mismatch in sml_file_print 2011-07-14 13:02:29 +02:00
Juri Glass
0db56ac736 added tests for boolean write, parse and init 2011-07-14 13:02:29 +02:00
Juri Glass
5d2118345b no compile time warnings 2011-07-14 13:02:29 +02:00
Juri Glass
b1d3536ba8 number init and number write with optionals 2011-07-14 13:02:29 +02:00
Juri Glass
268bfe423c number parsing with optionals 2011-07-14 13:02:29 +02:00
Juri Glass
cd078d5f3f removed SML_SKIP_OPTIONAL from all octet_string
parse calls
2011-07-14 13:02:29 +02:00
Juri Glass
a881dd2273 write optional in octet_string_write 2011-07-14 13:02:29 +02:00
Juri Glass
5eec64fa9c moved optional detection to parse 2011-07-14 13:02:28 +02:00
Juri Glass
fde7760111 removed unused var 2011-07-08 15:21:53 +02:00
Juri Glass
709e2292b6 added more test cases, fixed negative integers bug 2011-07-08 15:20:35 +02:00
Juri Glass
3c48d568be added unity test setup 2011-06-28 17:45:14 +02:00
Juri Glass
40ef761ccc transaction_id now uses generated uuid 2011-06-28 12:21:07 +02:00
Juri Glass
5382659bf5 renamed sml.* to sml_file.* 2011-06-27 17:28:32 +02:00
Juri Glass
d60f570f0d *_free methods are used in error cases 2011-06-27 17:17:14 +02:00
Juri Glass
18a589ec46 added sml_transport_write, comments for
sml_transport functions
2011-06-25 00:44:03 +02:00
Juri Glass
f47531b4c9 added simple sml_server example, updated README 2011-06-17 12:15:15 +02:00
Juri Glass
25b1c76e62 uuid lib is now default 2011-06-16 17:44:27 +02:00
Juri Glass
aaf06f57e2 removed mc_sml_hexdump, renamed
mc_sml_transport_listen to sml_transport_listen
2011-06-16 17:07:47 +02:00
Juri Glass
781de171bd renamed number parsing functions 2011-06-16 17:02:53 +02:00
Juri Glass
a20fbe0515 renamed mc_sml_is_optional_skipped to
sml_buf_optional_is_skipped
2011-06-16 16:57:17 +02:00
Juri Glass
19af19ebaa renamed mc_sml_buf_update_read_bytes to
sml_buf_update_bytes_read
2011-06-16 16:55:30 +02:00
Juri Glass
f6a9c978ba renamed mc_sml_optional_write to
sml_buf_optional_write
2011-06-16 16:52:41 +02:00
Juri Glass
98173c0d1b renamed mc_sml_buf_get_current_buf to
sml_buf_get_current_buf
2011-06-16 16:50:50 +02:00
Juri Glass
a31efa8215 renamed mc_sml_buf_get_current_byte to
sml_buf_get_current_byte
2011-06-16 16:49:19 +02:00
Juri Glass
92820c83b8 renamed mc_sml_buf_get_current_type to
sml_buf_get_next_type
2011-06-16 16:47:44 +02:00
Juri Glass
eb76c84331 renamed mc_sml_buf_has_errors to
sml_buf_has_errors
2011-06-16 16:45:36 +02:00
Juri Glass
35974730bf renamed mc_sml_set_type_and_length to
sml_buf_set_type_and_length
2011-06-16 16:44:29 +02:00
Juri Glass
b1e7570641 renamed mc_sml_get_length to
sml_buf_get_next_lenght
2011-06-16 16:42:54 +02:00
Juri Glass
1e11af2b41 added the GPL as license 2011-06-16 13:46:13 +02:00
Juri Glass
8bde857aee initial commit
basic functionalities are in, though some parts 
are missing
2011-06-16 12:41:21 +02:00