Lines Matching refs:c

14 	* src/uri.c (coap_split_path): Fixed URI parser bug and
19 * src/coap_time.c (coap_ticks): Changed POSIX implementation
24 * net.c (coap_send_confirmed): Use fixed point arithmetic
36 * net.c (coap_send_confirmed): Fixed retransmission timeout
47 * mem.c (coap_malloc_type): New functions for allocating memory.
54 * net.c (coap_cancel): Removed 7.31 again and implemented new
59 * net.c (coap_cancel): Handling of 7.31 responses to cancel
64 * resource.c (coap_print_link): This function now takes an offset
68 * net.c (wellknown_response): Added support for Block2 options
77 * resource.c (coap_print_link): Output partial resource
101 * tests/test_error_response.c (t_init_error_response_tests): new
104 * tests/test_pdu.c (t_encode_pdu5): fixed number for option Accept
106 * net.c (coap_new_error_response): fixed option size calculation
110 * net.c (coap_new_context): register critical Accept option
112 * pdu.c: option codes for Accept and Size1 according to coap-18
119 * net.c (wellknown_response): applied patch from chrysn to
131 * tests/testdriver.c: unit tests for parser functions
133 * pdu.c (coap_pdu_parse): new PDU parser for Klaus-encoding
136 * net.c (coap_read): call coap_pdu_parse() to check PDU integrity
138 * option.c: Klaus-encoding for coap-13, including new option
143 * net.c (next_option_safe): made option parsing more robust in
148 * option.c (coap_opt_setlength): new function to set option length
150 * uri.c (make_decoded_option): use coap_opt_setlength() instead of
155 * uri.c (make_decoded_option): use coap_opt_encode() instead of writing
159 * net.c (coap_read): read new option encoding
163 * option.c (coap_opt_size, coap_opt_value, coap_opt_length):
169 * option.c (coap_opt_encode): new function for option encoding
174 * examples/client.c (clear_obs): clear observation relationship after
179 * resource.c (print_wellknown): filtering by attributes
183 * pdu.c (coap_add_option): allow more than 15 options.
187 * examples/client.c (cmdline_uri): split path and query here to
193 * examples/etsi_iot_01.c: Support for POST, PUT, DELETE on /test
197 * encode.c (coap_encode_var_bytes): more efficient coding for 0
201 * examples/etsi_iot_01.c: Test cases for 1st ETSI CoAP Plugtest,
206 * block.c: support for block transfer.
210 * examples/client.c (usage): new command line options