Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-29 | Fix memory leak in g_dbus_register_interface | Johan Hedberg | 1 | -1/+3 | |
2010-04-29 | ppp: silently drop invalid packets | Kristen Carlson Accardi | 1 | -8/+28 | |
2010-04-29 | ppp: transition to dead when read io destroyed | Kristen Carlson Accardi | 2 | -1/+3 | |
remove call to signal_close for lcp object, it is redundent. If our io is destroyed we are dead, so transition the ppp phase to DEAD so our disconnect callback can be called. | |||||
2010-04-28 | ppp: Hang set_recording off the GAtPPP object | Denis Kenzior | 3 | -5/+5 | |
Marcel: recording right now only works for PPP, so we'd need some sort of multi-protocol support. So for now expose set_recording to be used through the main PPP object. HDLC object recording support needs to be extended. | |||||
2010-04-28 | Add unit test for get inkey parser | Yang Gu | 1 | -0/+1040 | |
2010-04-28 | ppp: Re-add capability to detect io down events | Denis Kenzior | 1 | -0/+9 | |
2010-04-28 | gathdlc: Add accessor for GAtIO | Denis Kenzior | 3 | -0/+13 | |
2010-04-28 | gathdlc: Port GAtHDLC to use GAtIO | Denis Kenzior | 1 | -129/+24 | |
2010-04-28 | ppp: Don't crash if the interface wasn't created | Denis Kenzior | 1 | -0/+4 | |
2010-04-28 | ppp: Accept 1500 byte MTUs | Denis Kenzior | 1 | -1/+1 | |
2010-04-28 | gsmdial: Use set recording on the HDLC object | Denis Kenzior | 1 | -1/+1 | |
2010-04-28 | ppp: Add getter for HDLC object | Denis Kenzior | 2 | -0/+11 | |
2010-04-28 | ppp: Initial port of PPP to use GAtHDLC | Denis Kenzior | 2 | -360/+41 | |
2010-04-28 | ppp: Make pppcp functions const correct | Denis Kenzior | 2 | -35/+29 | |
2010-04-28 | ppp: Make ppp_chap_process_packet const correct | Denis Kenzior | 2 | -4/+4 | |
2010-04-28 | ppp: Make ppp_net_process_packet const correct | Denis Kenzior | 2 | -2/+2 | |
2010-04-28 | gathdlc: Add recording support, ported from PPP | Denis Kenzior | 2 | -0/+60 | |
For protocol examination using wireshark | |||||
2010-04-28 | gathdlc: Add receive ACCM support | Denis Kenzior | 2 | -1/+23 | |
2010-04-28 | gathdlc: Support transmit ACCM | Denis Kenzior | 2 | -2/+27 | |
2010-04-28 | gatchat: Don't try to cleanup twice | Denis Kenzior | 1 | -11/+8 | |
In case we get unrefed from the disconnect callback | |||||
2010-04-28 | gatchat: Use GAtIO for write watchers | Denis Kenzior | 1 | -65/+21 | |
2010-04-28 | gatio: support for blocking / nonblocking writes | Denis Kenzior | 2 | -4/+105 | |
2010-04-28 | gatchat: get_channel should return one from GAtIO | Denis Kenzior | 1 | -2/+2 | |
2010-04-28 | gatchat: Channel is now setup by GAtIO | Denis Kenzior | 1 | -2/+0 | |
2010-04-28 | gatchat: Better re-entrancy handling | Denis Kenzior | 1 | -6/+13 | |
2010-04-28 | gsmdial: Get rid of g_at_chat_shutdown usage | Denis Kenzior | 1 | -9/+16 | |
2010-04-28 | gsmdial: Unref the chat instead of using shutdown | Denis Kenzior | 1 | -2/+2 | |
2010-04-28 | gatmux: Unref the chat instead of using shutdown | Denis Kenzior | 1 | -1/+2 | |
2010-04-28 | Fix: For now calling g_at_chat_unref is fine | Denis Kenzior | 1 | -1/+1 | |
Same as g_at_chat_shutdown in this case | |||||
2010-04-28 | Fix: g_at_chat_shutdown usage in test-mux | Denis Kenzior | 1 | -1/+0 | |
2010-04-28 | Fix: Remove easy uses of g_at_chat_shutdown | Denis Kenzior | 8 | -12/+0 | |
2010-04-28 | gatchat: Only set debug on IO if we have it | Denis Kenzior | 1 | -1/+2 | |
2010-04-28 | gatchat: Replace shutdown by suspend/resume | Denis Kenzior | 2 | -13/+29 | |
Shutdown was actually pointless and according to Marcel he only had it in mind for PPP useage. | |||||
2010-04-28 | gatchat: port gatchat to use gatio | Denis Kenzior | 1 | -112/+41 | |
2010-04-28 | gatio: Remove g_at_io_shutdown | Denis Kenzior | 2 | -18/+13 | |
2010-04-28 | gatio: Get re-entrancy correct | Denis Kenzior | 1 | -3/+6 | |
2010-04-28 | gatio: Style fix for gsource id comparisons | Denis Kenzior | 1 | -2/+2 | |
2010-04-28 | gatio: Kill the reader when no more space | Denis Kenzior | 1 | -0/+4 | |
2010-04-28 | gatchat: Remove g_at_chat_set_syntax | Denis Kenzior | 2 | -14/+0 | |
Never used and too unsafe in its current form | |||||
2010-04-28 | gatchat: Add initial GAtIO implementation | Denis Kenzior | 3 | -0/+326 | |
2010-04-27 | Add sane default to dial-number script | Aki Niemi | 1 | -1/+4 | |
2010-04-27 | gisi: remove misplaced define | Aki Niemi | 1 | -2/+0 | |
2010-04-27 | gisi: refactor client implementation | Aki Niemi | 2 | -214/+313 | |
2010-04-27 | Fix typo in gprs driver | Aki Niemi | 1 | -1/+1 | |
2010-04-27 | Fix faulty logic in netreg driver | Aki Niemi | 1 | -24/+21 | |
Also add missing tech param. | |||||
2010-04-27 | Fix remove ops in isimodem drivers | Aki Niemi | 8 | -31/+42 | |
2010-04-27 | Fix style issues in isimodem | Aki Niemi | 14 | -53/+61 | |
2010-04-27 | stkutil: Make get inkey parser use its own struct | Yang Gu | 2 | -5/+11 | |
2010-04-27 | stkutil: Use char* instead of char** | Yang Gu | 1 | -14/+14 | |
char ** should only be used for character arrays that are allocated by the parser. Static buffers should be passed as char* | |||||
2010-04-27 | test-stkutil: Add unit test for more time parser | Yang Gu | 1 | -0/+38 | |