Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | Merge: make link | Denis Kenzior | 1 | -2/+2 | |
2010-04-13 | ppp: Reset the options whenever the layer is down | Denis Kenzior | 2 | -11/+32 | |
So we can re-negotiate the options if the layer is opened again. | |||||
2010-04-13 | ppp: Rename data to pppcp | Denis Kenzior | 1 | -6/+2 | |
2010-04-13 | ppp: unref should mean a hard shutdown | Denis Kenzior | 1 | -27/+20 | |
This can happen when e.g. the modem is physically removed from the system and it is not feasible to wait for the nice shutdown state to be reached. | |||||
2010-04-13 | ppp: Signal Down & Close when socket is closed | Denis Kenzior | 1 | -0/+2 | |
2010-04-13 | ppp: Add pppcp_signal_down | Denis Kenzior | 2 | -0/+6 | |
For use when the link is abruptly terminated by the remote side | |||||
2010-04-13 | ppp: Use pppcp_signal functions directly | Denis Kenzior | 3 | -35/+6 | |
No real need to wrap them behind lcp_ functions | |||||
2010-04-13 | ppp: Keep track when read watcher dies | Denis Kenzior | 1 | -4/+11 | |
2010-04-13 | ppp: Remove unused define | Denis Kenzior | 1 | -1/+0 | |
2010-04-12 | Fix: busy loop in atserver | Denis Kenzior | 1 | -1/+1 | |
2010-04-12 | Reindent the handler registration inside AT server | Marcel Holtmann | 1 | -18/+19 | |
2010-04-12 | Use ppp_debug() for PPP CP event debug statements | Marcel Holtmann | 1 | -13/+20 | |
2010-04-12 | Remove useless debug in PPP transmit destroy callback | Marcel Holtmann | 1 | -2/+1 | |
2010-04-12 | Remove various GDestroyNotify function casting | Marcel Holtmann | 3 | -16/+30 | |
2010-04-12 | The exit() function should always use positive exit values | Marcel Holtmann | 1 | -3/+3 | |
2010-04-12 | Fix file descriptor leakage when closing PPP recording | Marcel Holtmann | 1 | -1/+3 | |
2010-04-12 | The AT+CGDATA command should return CONNECT on success | Marcel Holtmann | 1 | -1/+1 | |
2010-04-12 | Add fake support for AT+CGDATA and AT+CGDCONT inside AT server | Marcel Holtmann | 1 | -0/+52 | |
2010-04-12 | Add basic support for emulating AT+CGATT inside AT server | Marcel Holtmann | 1 | -0/+55 | |
2010-04-12 | Add basic support for emulating AT+CGREG inside AT server | Marcel Holtmann | 1 | -0/+51 | |
2010-04-12 | Add basic support for emulating AT+CREG inside AT server | Marcel Holtmann | 1 | -2/+73 | |
2010-04-11 | Check for PIN after activating the modem | Marcel Holtmann | 1 | -4/+13 | |
2010-04-11 | Reduce fake CFUN delay to 1 second to make testing simpler | Marcel Holtmann | 1 | -1/+1 | |
2010-04-11 | Make CPIN handling of AT server a bit more compliant | Marcel Holtmann | 1 | -1/+7 | |
2010-04-11 | Add really simple COPS support to AT command server | Marcel Holtmann | 1 | -0/+44 | |
2010-04-11 | The user data pointer variable should be called user_data | Marcel Holtmann | 6 | -13/+15 | |
2010-04-11 | Implement full CFUN handling for AT server | Marcel Holtmann | 1 | -0/+14 | |
2010-04-11 | Use a ring buffer for non-blocking HDLC output streams | Marcel Holtmann | 2 | -26/+94 | |
2010-04-10 | Add initial implementation for QCDM test utility | Marcel Holtmann | 1 | -0/+174 | |
2010-04-10 | Add abstraction for HDLC stream handling | Marcel Holtmann | 2 | -0/+332 | |
2010-04-10 | Add utility helper for debugging binary blobs | Marcel Holtmann | 2 | -2/+28 | |
2010-04-10 | Add generic receive function definition | Marcel Holtmann | 1 | -0/+4 | |
2010-04-10 | Check for PIN status to see details in debug output | Marcel Holtmann | 1 | -0/+1 | |
2010-04-10 | Add skeleton for QCDM test program | Marcel Holtmann | 1 | -0/+29 | |
2010-04-09 | Remove one empty line and add another one | Marcel Holtmann | 2 | -1/+1 | |
2010-04-09 | Move CRC-CCITT table and helper into separate file | Marcel Holtmann | 3 | -60/+99 | |
2010-04-09 | ppp: Trivial style fix | Denis Kenzior | 1 | -2/+2 | |
Be more explicit | |||||
2010-04-09 | ppp: Use flags not booleans for ipcp options | Denis Kenzior | 1 | -25/+30 | |
2010-04-09 | ppp: Use flags instead of booleans for lcp options | Denis Kenzior | 1 | -3/+5 | |
2010-04-08 | ppp: Stop the timer when re-starting | Denis Kenzior | 1 | -10/+9 | |
In case we receive NAK/REJ we should stop and re-start the timer, otherwise we end up generating multiple Conf-Reqs | |||||
2010-04-08 | ppp: Rip out the now unused option string stuff | Denis Kenzior | 3 | -31/+0 | |
Using wireshark is much easier | |||||
2010-04-08 | ppp: Port LCP to the new option framework | Denis Kenzior | 1 | -73/+99 | |
2010-04-08 | ppp: port IPCP to the new option framework | Denis Kenzior | 1 | -62/+160 | |
2010-04-08 | ppp: Rip out the old option processing | Denis Kenzior | 2 | -464/+129 | |
Put in the new option processing | |||||
2010-04-08 | ppp: Fix make some functions const correct | Denis Kenzior | 2 | -4/+4 | |
2010-04-08 | ppp: Make iterators work all the time | Denis Kenzior | 1 | -1/+1 | |
2010-04-08 | ppp: Move some one-time setters to the proto | Denis Kenzior | 4 | -87/+52 | |
2010-04-07 | ppp: Add rca callback | Denis Kenzior | 4 | -40/+71 | |
When the other side acks our options, then let us apply these options locally and start using them | |||||
2010-04-07 | ppp: Add pppcp option iterators | Denis Kenzior | 2 | -0/+63 | |
2010-04-07 | ppp: Remove lcp_protocol_reject | Denis Kenzior | 2 | -6/+1 | |
Use pppcp_send_reject_protocol |