platform/upstream/ofono.git
2010-04-13 Denis Kenziorppp: Add pppcp_signal_down
2010-04-13 Denis Kenziorppp: Use pppcp_signal functions directly
2010-04-13 Denis Kenziorppp: Keep track when read watcher dies
2010-04-13 Denis Kenziorppp: Remove unused define
2010-04-13 Denis KenziorFix: busy loop in atserver
2010-04-13 Marcel HoltmannReindent the handler registration inside AT server
2010-04-13 Marcel HoltmannUse ppp_debug() for PPP CP event debug statements
2010-04-13 Marcel HoltmannRemove useless debug in PPP transmit destroy callback
2010-04-13 Marcel HoltmannRemove various GDestroyNotify function casting
2010-04-13 Marcel HoltmannThe exit() function should always use positive exit...
2010-04-13 Marcel HoltmannFix file descriptor leakage when closing PPP recording
2010-04-12 Marcel HoltmannThe AT+CGDATA command should return CONNECT on success
2010-04-12 Marcel HoltmannAdd fake support for AT+CGDATA and AT+CGDCONT inside...
2010-04-12 Marcel HoltmannAdd basic support for emulating AT+CGATT inside AT...
2010-04-12 Marcel HoltmannAdd basic support for emulating AT+CGREG inside AT...
2010-04-12 Marcel HoltmannAdd basic support for emulating AT+CREG inside AT server
2010-04-11 Marcel HoltmannCheck for PIN after activating the modem
2010-04-11 Marcel HoltmannReduce fake CFUN delay to 1 second to make testing...
2010-04-11 Marcel HoltmannMake CPIN handling of AT server a bit more compliant
2010-04-11 Marcel HoltmannAdd really simple COPS support to AT command server
2010-04-11 Marcel HoltmannThe user data pointer variable should be called user_data
2010-04-11 Marcel HoltmannImplement full CFUN handling for AT server
2010-04-11 Marcel HoltmannUse a ring buffer for non-blocking HDLC output streams
2010-04-10 Marcel HoltmannAdd initial implementation for QCDM test utility
2010-04-10 Marcel HoltmannAdd abstraction for HDLC stream handling
2010-04-10 Marcel HoltmannAdd utility helper for debugging binary blobs
2010-04-10 Marcel HoltmannAdd generic receive function definition
2010-04-10 Marcel HoltmannCheck for PIN status to see details in debug output
2010-04-09 Marcel HoltmannAdd skeleton for QCDM test program
2010-04-09 Marcel HoltmannRemove one empty line and add another one
2010-04-09 Marcel HoltmannMove CRC-CCITT table and helper into separate file
2010-04-09 Denis Kenziorppp: Trivial style fix
2010-04-09 Denis Kenziorppp: Use flags not booleans for ipcp options
2010-04-09 Denis Kenziorppp: Use flags instead of booleans for lcp options
2010-04-09 Denis Kenziorppp: Stop the timer when re-starting
2010-04-08 Denis Kenziorppp: Rip out the now unused option string stuff
2010-04-08 Denis Kenziorppp: Port LCP to the new option framework
2010-04-08 Denis Kenziorppp: port IPCP to the new option framework
2010-04-08 Denis Kenziorppp: Rip out the old option processing
2010-04-08 Denis Kenziorppp: Fix make some functions const correct
2010-04-08 Denis Kenziorppp: Make iterators work all the time
2010-04-08 Denis Kenziorppp: Move some one-time setters to the proto
2010-04-07 Denis Kenziorppp: Add rca callback
2010-04-07 Denis Kenziorppp: Add pppcp option iterators
2010-04-07 Denis Kenziorppp: Remove lcp_protocol_reject
2010-04-07 Denis Kenziorppp: Move pppcp_timer_data private
2010-04-07 Denis Kenziorppp: Cleanup ipcp.c
2010-04-07 Denis Kenziorppp: Hide away the magic_number in ppp_lcp.c
2010-04-07 Denis Kenziorppp: Use auth->proto, not ppp->proto
2010-04-07 Denis KenziorFix: Allow setting of tx ACCM
2010-04-07 Denis Kenziorppp: Remove OPTION_ERR, treat errors as reject
2010-04-07 Denis Kenziorppp: Verify magic number is not zero
2010-04-07 Denis Kenziorppp: Move up the look up table definition
2010-04-07 Denis Kenziorppp: Implement receive ACCM
2010-04-05 Denis KenziorRefactor: Make struct pppcp declaration private
2010-04-05 Denis KenziorRefactor: add pppcp_set/get_magic_number
2010-04-05 Denis KenziorRefactor: add pppcp_set_prefix
2010-04-05 Denis KenziorRefactor: add pppcp_get_ppp
2010-04-05 Denis KenziorRefactor: add pppcp_set_option_strings
2010-04-05 Denis KenziorRefactor: Move valid code selection to ipcp/lcp
2010-04-05 Denis KenziorRefactor: Move packet_ops to a static look-up
2010-04-05 Denis KenziorRefactor: Make option_scan more type safe
2010-04-05 Denis KenziorRefactor: Make option_process more typesafe
2010-04-05 Denis KenziorRefactor: Add pppcp_set_data & pppcp_get_data
2010-04-05 Marcel HoltmannMake pppcp_code enum a private structure
2010-04-05 Marcel HoltmannMake pppcp_event_type enum a private structure
2010-04-05 Denis KenziorRefactor: Move to a transition state table
2010-04-05 Denis KenziorRefactor: Make the enum assignments explicit
2010-04-05 Denis KenziorRefactor: Move the state definition to ppp_cp.c
2010-04-05 Kristen Carlson... ppp: implement Max-Failure counter
2010-04-04 Marcel HoltmannMove PPP constants where they are used
2010-04-04 Marcel HoltmannMake GAtPPP fields really private
2010-04-03 Marcel HoltmannHide internals of ring buffer structure
2010-04-03 Marcel HoltmannRemove circular inclusion protection from ring buffer...
2010-04-03 Marcel HoltmannFix some cases where g_try_new should be used
2010-04-03 Marcel HoltmannMove frame NULL checks into the unstuffing function
2010-04-03 Marcel HoltmannFix coding style with callback structures
2010-04-03 Kristen Carlson... ppp: implement net close
2010-04-03 Denis KenziorRefactor: Get rid of (now) pointless comments
2010-04-02 Marcel HoltmannAlso the default case should have a break statement
2010-04-02 Denis KenziorRemove the PPP option from gsmdial
2010-04-02 Denis KenziorRefactor: Get rid of packet handler registrations
2010-04-02 Marcel HoltmannFix tabs vs. whitespace coding style violation
2010-04-02 Marcel HoltmannAdd more missing break statements
2010-04-02 Kristen Carlson... ppp: fix missing breaks in switch statements
2010-04-02 Marcel HoltmannAdd missing break or fall through comments to switch...
2010-04-02 Marcel HoltmannAlways reset option_rval for every option
2010-04-02 Marcel HoltmannAdd missing arpa/inet.h includes
2010-04-02 Kristen Carlson... ppp: use queue to transmit
2010-04-02 Denis KenziorSplit out ipcp protocol into ppp_ipcp.c
2010-04-02 Kristen Carlson... ppp: fix event generation on close
2010-04-02 Denis KenziorFix: Make the C-APDU logic more readable
2010-04-02 Denis KenziorStyle: Multiline comments
2010-04-02 Denis KenziorFix: Tweak the language parser
2010-04-02 Denis KenziorFix: Remove erroneous comment
2010-04-02 Denis KenziorFix: AT Commands are probably just text
2010-04-02 Denis KenziorFix: Trivial indentation issues
2010-04-02 Yang GuAdd parser for browser identity objects
2010-04-02 Yang GuAdd parser for language objects
2010-04-02 Yang GuAdd parser for dtmf string objects
next