Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-04-11 | Create core directory to contain most of code not in object classes used by t... | Pau Espin Pedrol | 1 | -121/+0 |
2018-08-13 | Cleanup of class scoped variables | Pau Espin Pedrol | 1 | -8/+7 |
2018-05-28 | event_loop: Log parameters during wait timeout exception | Pau Espin Pedrol | 1 | -1/+1 |
2018-04-07 | event_loop: Avoid leaking active timeouts on poll exception | Pau Espin Pedrol | 1 | -1/+5 |
2018-04-04 | Drop event_loop global functions and import MainLoop | Pau Espin Pedrol | 1 | -29/+1 |
2018-04-04 | event_loop: Use glib as mainloop impl and move modem to use event_loop | Pau Espin Pedrol | 1 | -28/+109 |
2017-11-12 | event_loop: Remove unneeded commented import line and explanation | Pau Espin Pedrol | 1 | -3/+0 |
2017-06-13 | fix and refactor logging: drop 'with', simplify | Neels Hofmeyr | 1 | -2/+6 |
2017-06-03 | Re-License under GPLv3-or-later instead of AGPLv3-or-later | Harald Welte | 1 | -3/+3 |
2017-05-25 | event_loop: Create a global event loop to poll and wait for events | Pau Espin Pedrol | 1 | -0/+64 |