cascardo/libreceita.git
2013-11-02 Thadeu Lima... Release v0.1.1. v0.1.1 v2013.1
2013-11-02 Thadeu Lima... Indicate a retifying field in the header.
2013-11-02 Thadeu Lima... Sixth byte in some messages are not always 1.
2013-11-02 Thadeu Lima... Handle uncompressed messages.
2013-11-02 Thadeu Lima... Provide function to remove a header from a message.
2013-11-02 Thadeu Lima... Fix use of deflate output length.
2013-06-14 Thadeu Lima... Update TODO. v0.1 v2013.0
2013-06-14 Thadeu Lima... Just to be safe, show message and try to save file.
2013-06-14 Thadeu Lima... Handle error response.
2013-06-14 Thadeu Lima... Handle response when DEC has already been transmitted.
2013-06-14 Thadeu Lima... Parse key/value message, extracting the values of its...
2013-06-14 Thadeu Lima... Check for responses and send second message.
2013-06-14 Thadeu Lima... Create helpers to send and receive messages.
2013-06-14 Thadeu Lima... Fix inflate.
2013-06-13 Thadeu Lima... Update TODO.
2013-06-13 Thadeu Lima... Add the missing field in the first message.
2013-06-13 Thadeu Lima... Fix size of field.
2013-06-13 Thadeu Lima... Fix key for type of identification.
2013-06-12 Thadeu Lima... Calculate message hash and use it.
2013-06-12 Thadeu Lima... Allow an arbitrarily-sized buffer into the key/value...
2013-06-12 Thadeu Lima... Add transmission length to the key/value message.
2013-06-12 Thadeu Lima... Strip the DEC file from control numbers.
2013-06-12 Thadeu Lima... Fix bug when expanding message.
2013-06-12 Thadeu Lima... Use a pointer for message functions when it needs a...
2013-06-12 Thadeu Lima... Add more fields to the first message.
2013-06-12 Thadeu Lima... Add 64-bit values support for rnet_message.
2013-06-12 Thadeu Lima... Include some extra fields in the message.
2013-06-12 Thadeu Lima... Allow a 16-bit value to be added to the key/value pair.
2013-06-12 Thadeu Lima... Send the 8-bit value address instead of its value.
2013-06-12 Thadeu Lima... Add more fields to the first message.
2013-06-12 Thadeu Lima... Allow a single byte value to be added as a key/pair...
2013-06-12 Thadeu Lima... Encode some fields in the first protocol message.
2013-06-12 Thadeu Lima... Build rnet_message.
2013-06-12 Thadeu Lima... Fix exercicio_pgd in protocol documentation.
2013-06-11 Thadeu Lima... Create rnet_message to encode messages.
2013-06-11 Thadeu Lima... Parse DEC file header.
2013-06-11 Thadeu Lima... Introduce poor man's hash.
2013-06-11 Thadeu Lima... Remove handshake success message
2013-06-08 Thadeu Lima... Start parsing a DEC file.
2013-06-08 Thadeu Lima... Update TODO
2013-06-08 Thadeu Lima... Update copyright years
2013-06-08 Thadeu Lima... Document server answer and next client message.
2013-06-08 Thadeu Lima... Complete format documentation.
2013-06-08 Thadeu Lima... Document message header.
2013-06-08 Thadeu Lima... Start of documentation about the protocol.
2013-06-07 Thadeu Lima... Create a function for the first handshake.
2013-06-07 Thadeu Lima... Use getaddrinfo to obtain receitanet's addresses.
2013-05-28 Thadeu Lima... Increase buffer size for testing.
2013-05-28 Thadeu Lima... Use the right IP address for receitanet server
2013-05-28 Thadeu Lima... Verify connect return code.
2013-05-28 Thadeu Lima... First take at a client for ReceitaNet.