| 2019-03-29 |
pcarana | Remove clients on communication errors |
commit | commitdiff | tree | snapshot |
| 2019-03-29 |
pcarana | Add read/write semaphores at deltas DB |
commit | commitdiff | tree | snapshot |
| 2019-03-28 |
pcarana | Use semaphores at clients DB, create common read lock... |
commit | commitdiff | tree | snapshot |
| 2019-03-27 |
pcarana | Fix bug: the summary was sending wrong data due to... |
commit | commitdiff | tree | snapshot |
| 2019-03-27 |
pcarana | Don't rely on in6_addr.s6_addr32, serialize IPv6 byte... |
commit | commitdiff | tree | snapshot |
| 2019-03-27 |
pcarana | Remove some memleaks reported by Valgrind |
commit | commitdiff | tree | snapshot |
| 2019-03-25 |
pcarana | Return success when the VRPs location doesn't exists... |
commit | commitdiff | tree | snapshot |
| 2019-03-22 |
pcarana | Avoid some memory leaks |
commit | commitdiff | tree | snapshot |
| 2019-03-22 |
pcarana | Use warn(x) to log, don't start server without conf... |
commit | commitdiff | tree | snapshot |
| 2019-03-22 |
pcarana | Remove some TODOs and add some fixes. |
commit | commitdiff | tree | snapshot |
| 2019-03-22 |
pcarana | Implement callback for clients DB cleanup |
commit | commitdiff | tree | snapshot |
| 2019-03-21 |
pcarana | Get the last bits of time shifting its value |
commit | commitdiff | tree | snapshot |
| 2019-03-21 |
pcarana | Remove unnecessary indexing at some pointers |
commit | commitdiff | tree | snapshot |
| 2019-03-21 |
pcarana | Fix several TODOs of review |
commit | commitdiff | tree | snapshot |
| 2019-03-21 |
pcarana | Format line width (80) and 4 spaces indentation when... |
commit | commitdiff | tree | snapshot |
| 2019-03-20 |
pcarana | Add NULL check after strdup |
commit | commitdiff | tree | snapshot |
| 2019-03-20 |
pcarana | Store Clients DB at stack, also fix incorrect line... |
commit | commitdiff | tree | snapshot |
| 2019-03-20 |
pcarana | Make listen queue configurable |
commit | commitdiff | tree | snapshot |
| 2019-03-20 |
Alberto Leiva... | Review, part one |
commit | commitdiff | tree | snapshot |
| 2019-03-19 |
pcarana | Remove some TODOs |
commit | commitdiff | tree | snapshot |
| 2019-03-19 |
pcarana | Assign correctly the VRPs when sending a serial notify |
commit | commitdiff | tree | snapshot |
| 2019-03-15 |
pcarana | Calculate and get changes between serials. |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
pcarana | Simplify some code |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
pcarana | Show error code when an error report PDU is received... |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
pcarana | Rename some getters (current session ID and last serial... |
commit | commitdiff | tree | snapshot |
| 2019-03-13 |
pcarana | Support only RTR v0 (for now) |
commit | commitdiff | tree | snapshot |
| 2019-03-11 |
pcarana | Remove segfault |
commit | commitdiff | tree | snapshot |
| 2019-03-11 |
pcarana | Use Error PDUs handling methods and prepare to send... |
commit | commitdiff | tree | snapshot |
| 2019-03-11 |
pcarana | Create custom handling methods for Error PDUs |
commit | commitdiff | tree | snapshot |
| 2019-03-08 |
pcarana | Send only header of erroneous PDU at Error Report PDU |
commit | commitdiff | tree | snapshot |
| 2019-03-08 |
pcarana | Set VRPs check interval min value to 60 secs |
commit | commitdiff | tree | snapshot |
| 2019-03-08 |
pcarana | Remove unused ttl, the client is related to the socket... |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
pcarana | Notify clients when CSV data is updated |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
pcarana | Add file descriptor to client, and create function... |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
pcarana | Replace unnecessary header |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
pcarana | Remember connected clients |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
pcarana | Use NULL instead of start_serial (is the same thing) |
commit | commitdiff | tree | snapshot |
| 2019-03-07 |
pcarana | Create 'state' struct to store instance values/db |
commit | commitdiff | tree | snapshot |
| 2019-03-05 |
pcarana | Force cache reset on db update, use millisecs at last... |
commit | commitdiff | tree | snapshot |
| 2019-03-05 |
pcarana | Send correct 'last serial number', remove uninitialized... |
commit | commitdiff | tree | snapshot |
| 2019-03-05 |
pcarana | Create daemon and conf to look for VRPs file updates |
commit | commitdiff | tree | snapshot |
| 2019-02-28 |
pcarana | Simplify some code |
commit | commitdiff | tree | snapshot |
| 2019-02-28 |
pcarana | Implement Serial Notify PDU (isn't sent yet) |
commit | commitdiff | tree | snapshot |
| 2019-02-28 |
pcarana | Add session ID per protocol version |
commit | commitdiff | tree | snapshot |
| 2019-02-28 |
pcarana | Use timestamp as session ID |
commit | commitdiff | tree | snapshot |
| 2019-02-28 |
pcarana | Add intervals validation |
commit | commitdiff | tree | snapshot |
| 2019-02-28 |
pcarana | Avoid possible buffer overflow |
commit | commitdiff | tree | snapshot |
| 2019-02-28 |
pcarana | Implement error report PDU and send when no data is... |
commit | commitdiff | tree | snapshot |
| 2019-02-27 |
pcarana | Release allocated line-copy |
commit | commitdiff | tree | snapshot |
| 2019-02-26 |
pcarana | Rename error variable and add warn log on error PDU |
commit | commitdiff | tree | snapshot |
| 2019-02-26 |
pcarana | Implement serial logic, prepare to calculate diff betwe... |
commit | commitdiff | tree | snapshot |
| 2019-02-22 |
pcarana | Implement Cache Reset PDU (it has some TODOs to complet... |
commit | commitdiff | tree | snapshot |
| 2019-02-22 |
pcarana | Add VRP flags to use at IPvx prefix PDU, and update... |
commit | commitdiff | tree | snapshot |
| 2019-02-22 |
pcarana | Send VRPs payloads, data buffer is now used from one... |
commit | commitdiff | tree | snapshot |
| 2019-02-22 |
pcarana | Add missing stdlib header |
commit | commitdiff | tree | snapshot |
| 2019-02-22 |
pcarana | Add IPvx prefix PDU types and serialization, create... |
commit | commitdiff | tree | snapshot |
| 2019-02-22 |
pcarana | Fix IP address serialization, and quick format to heade... |
commit | commitdiff | tree | snapshot |
| 2019-02-21 |
pcarana | Move all the send functions to new 'pdu_sender' |
commit | commitdiff | tree | snapshot |
| 2019-02-20 |
pcarana | Fix a couple of bugs, implement Reset Query PDU handler. |
commit | commitdiff | tree | snapshot |
| 2019-02-20 |
pcarana | Add PDUs serializer and a common buffer writer |
commit | commitdiff | tree | snapshot |
| 2019-02-20 |
pcarana | Add intervals conf for RTRv1 End of Data PDU |
commit | commitdiff | tree | snapshot |
| 2019-02-19 |
pcarana | Fix segfault when destroying vrps |
commit | commitdiff | tree | snapshot |
| 2019-02-18 |
pcarana | Save in memory the VRPs loaded from CSV |
commit | commitdiff | tree | snapshot |
| 2019-02-14 |
pcarana | Read VRPs from a CSV file set at JSON config |
commit | commitdiff | tree | snapshot |
| 2019-02-07 |
Alberto Leiva... | Code review |
commit | commitdiff | tree | snapshot |
| 2018-12-14 |
dhfelix | Read the host address as a hostname |
commit | commitdiff | tree | snapshot |
| 2018-11-09 |
dhfelix | Add jansson reference as json parser |
commit | commitdiff | tree | snapshot |
| 2018-08-29 |
Alberto Leiva... | Add unit testing framework |
commit | commitdiff | tree | snapshot |
| 2018-08-23 |
Alberto Leiva... | Improve the autotools config |
commit | commitdiff | tree | snapshot |
| 2018-08-23 |
Alberto Leiva... | Add the traditional autoconf/automake mess |
commit | commitdiff | tree | snapshot |
| 2018-08-23 |
Alberto Leiva... | Add string parsing to RTR |
commit | commitdiff | tree | snapshot |
| 2018-08-16 |
Alberto Leiva... | Add RTR socket draft |
commit | commitdiff | tree | snapshot |
| 2018-08-16 |
Alberto Leiva... | Initial commit |
commit | commitdiff | tree | snapshot |
|