Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-25 | Refactor: Simplify Technology values | Denis Kenzior | 2 | -16/+12 | |
Applications don't really understand our current values very well and would need to look up the spec. Instead we change to much more commonly accepted terms. | |||||
2010-03-25 | Refactor: Remove MobileNetworkCodeLength property | Denis Kenzior | 2 | -8/+50 | |
Replaced by MNC/MCC properties which is more intuitive for use by external applications. | |||||
2010-03-25 | Fix some small copy-and-paste typos | Marcel Holtmann | 1 | -3/+3 | |
2010-03-25 | Check network status to handle auto-registration | Marcel Holtmann | 1 | -13/+43 | |
2010-03-25 | Check modem mode before tyring to change it | Marcel Holtmann | 1 | -1/+27 | |
2010-03-25 | gsmdial: shutdown ppp link if we have one | Kristen Carlson Accardi | 1 | -1/+3 | |
If we have created a ppp link, shut it down when the signal handler is called. | |||||
2010-03-25 | separate memory cleanup from PPP shutdown | Kristen Carlson Accardi | 2 | -19/+29 | |
don't free memory at PPP shutdown, because we need to be able to send terminate traffic. Free memory when we have reached the PPP_DEAD phase instead. | |||||
2010-03-25 | add tracing for PPP terminate path | Kristen Carlson Accardi | 1 | -0/+10 | |
Insert some calls to pppcp_trace() for future debugging needs. | |||||
2010-03-25 | remove unneeded debug statement | Kristen Carlson Accardi | 1 | -3/+1 | |
cleanup old debug print statement | |||||
2010-03-24 | use separate timers for PPP config and terminate | Kristen Carlson Accardi | 2 | -53/+63 | |
Prevent conflicts between config timer information and terminate timer information by providing a new data structure which keeps timer information for config and terminate requests separate. | |||||
2010-03-24 | switch to g_timeout_add_seconds() | Kristen Carlson Accardi | 1 | -2/+2 | |
we don't care that much about the exactness of our timer, so use the more power efficient call. | |||||
2010-03-24 | Fix: Make CONNECT <baud> responses work | Denis Kenzior | 1 | -1/+1 | |
2010-03-24 | Refactor: Simplify parsing logic | Denis Kenzior | 1 | -14/+1 | |
It isn't actually necessary to check the basic command prefixes, if the extended prefix doesn't match we try to parse it like a basic command. That one does the same exact check anyway. If that fails, then this is not a recognized command line anyway. | |||||
2010-03-24 | Refactor basic command parsing | Denis Kenzior | 1 | -59/+46 | |
Make more bullet proof and efficient | |||||
2010-03-24 | Fix: Use SO_REUSEADDR in test_server | Denis Kenzior | 1 | -0/+3 | |
2010-03-24 | Style: foo[0] is preferable to *foo | Denis Kenzior | 1 | -2/+2 | |
2010-03-24 | Fix: Be more paranoid in basic command parsing | Denis Kenzior | 1 | -6/+21 | |
2010-03-24 | Add basic command parsing | Zhenhua Zhang | 1 | -1/+111 | |
2010-03-24 | Style: No point to write a function to wrap g_free | Denis Kenzior | 1 | -10/+4 | |
Using casting magic works well enough, and more consistent with the rest of the library. | |||||
2010-03-24 | Add enum for cdma sms tpdu data objects | Yang Gu | 1 | -0/+1 | |
2010-03-24 | Fix enum for more time proactive command | Yang Gu | 1 | -2/+3 | |
2010-03-24 | fix memory leak in ppp_auth | Kristen Carlson Accardi | 1 | -0/+1 | |
Free packet after calling ppp_transmit() | |||||
2010-03-24 | fix memory leaks after ppp_transmit | Kristen Carlson Accardi | 1 | -9/+27 | |
Free packets in ppp_cp after calling ppp_transmit() | |||||
2010-03-24 | fix memory leaks in option handling | Kristen Carlson Accardi | 1 | -1/+14 | |
free the data as well as the link when deleting options lists. | |||||
2010-03-24 | Release 0.20 | Marcel Holtmann | 2 | -1/+9 | |
2010-03-23 | Fix: Handle broken modems that returns empty COPS | Denis Kenzior | 1 | -0/+20 | |
2010-03-23 | Move netreg interface definitions to dbus.h | Denis Kenzior | 2 | -60/+59 | |
2010-03-23 | Style: Fixup some style issues | Denis Kenzior | 1 | -11/+28 | |
- Large if statements should be handled as switchcase - Avoid initialization of variables, even if code needs to be rearranged | |||||
2010-03-23 | Add parser for file list objects | Yang Gu | 2 | -0/+99 | |
2010-03-23 | Fix: trivial formatting fix in call settings api | Denis Kenzior | 1 | -1/+2 | |
2010-03-22 | Remove pointless optimization attempt with g_list_length() | Marcel Holtmann | 1 | -8/+1 | |
2010-03-22 | Use password instead of passwd as variable name | Marcel Holtmann | 2 | -5/+5 | |
2010-03-22 | The g_free() function checks for NULL pointers | Marcel Holtmann | 1 | -5/+3 | |
And so does even the free() function from glibc ;) | |||||
2010-03-22 | Unnest some more functions in PPP CP implementation | Marcel Holtmann | 1 | -19/+20 | |
2010-03-22 | Some additional whitespace cleanup for PPP code | Marcel Holtmann | 5 | -11/+15 | |
2010-03-22 | Fix the broken PPP CP debug trace function | Marcel Holtmann | 1 | -5/+6 | |
2010-03-22 | Remove some heavy nesting that is not needed at all | Marcel Holtmann | 1 | -15/+15 | |
2010-03-22 | Fix another pointer casting issue on 32-bit systems | Marcel Holtmann | 1 | -9/+11 | |
2010-03-22 | Fix pointer casting with uint16 protocol variable | Marcel Holtmann | 1 | -5/+4 | |
2010-03-22 | Mention Kristen's contributions | Marcel Holtmann | 1 | -0/+1 | |
2010-03-22 | Add PPP option to gsmdial | Kristen Carlson Accardi | 1 | -3/+84 | |
Implement new options for gsmdial to use PPP and set the user name and password for authentication if needed. | |||||
2010-03-22 | IP support for PPP | Kristen Carlson Accardi | 5 | -1/+371 | |
Adds IPCP support, and creates a TUN interface for sending/receiving IP packets. | |||||
2010-03-22 | CHAP with MD5 authentication support | Kristen Carlson Accardi | 6 | -2/+259 | |
Authentication support with CHAP and MD5 | |||||
2010-03-22 | PPP LCP support | Kristen Carlson Accardi | 5 | -2/+306 | |
Implement LCP support for the PPP protocol. | |||||
2010-03-22 | Generic PPP control protocol support | Kristen Carlson Accardi | 4 | -1/+1646 | |
Implement a generic protocol that can be shared by both the LCP and the NCP implementation. | |||||
2010-03-22 | Basic PPP protocol support | Kristen Carlson Accardi | 5 | -1/+778 | |
This patch implements the basic PPP protocol. LCP, NCP etc. are handled in a different patch. | |||||
2010-03-22 | Move sim manager interface definition to dbus.h | Denis Kenzior | 2 | -26/+22 | |
2010-03-22 | Move cbs interface definition to dbus.h | Denis Kenzior | 2 | -12/+11 | |
2010-03-22 | Move call volume interface definition to dbus.h | Denis Kenzior | 2 | -14/+19 | |
2010-03-22 | Move mwi interface definition to dbus.h | Denis Kenzior | 2 | -14/+13 | |