summaryrefslogtreecommitdiffstats
path: root/gatchat
AgeCommit message (Expand)AuthorFilesLines
2010-12-07gatchat: fix canceling in progress commandsVinicius Costa Gomes1-1/+1
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi16-102/+98
2010-11-23gatchat: remove write watcher on a disconnectDenis Kenzior1-0/+3
2010-10-26gatchat: A full support for TUN/TAP pipe and GAtRawIPMarcel Holtmann1-2/+137
2010-10-26gatchat: Remove unused write_watch variable of GAtHDLCMarcel Holtmann1-1/+0
2010-10-21gatchat: Fix missing return value for g_at_chat_set_slaveMarcel Holtmann1-1/+1
2010-10-21gatchat: Add skeleton for GAtRawIP moduleMarcel Holtmann2-0/+180
2010-10-21gatchat: Add support for slave chat instancesMarcel Holtmann2-0/+34
2010-10-21ppp: Fix some coding style and memory leaksMarcel Holtmann1-16/+16
2010-10-19gatchat: Add support for skipping AT+CMUX speed parameterMarcel Holtmann1-8/+17
2010-10-14gatchat: Fix calling unregister from callbacksDenis Kenzior1-2/+40
2010-10-14gatchat: break out the remove_if logicDenis Kenzior1-46/+64
2010-10-14gatchat: quit early if the group id doesn't matchDenis Kenzior1-1/+1
2010-09-29gatsyntax: Fix responses starting with a quoteDenis Kenzior1-0/+2
2010-09-26gatchat: Hook up g_at_mux_set_debug to print debug messages for realMarcel Holtmann1-19/+32
2010-09-14Fix common misspellings in gatchatLucas De Marchi3-3/+3
2010-08-16gatchat: Skip string contents in extract_lineDenis Kenzior1-2/+7
2010-08-16gatchat: Handle embedded \r and \n in responsesDenis Kenzior1-1/+17
2010-08-16gatutil: Handle non-printable charactersDenis Kenzior1-1/+1
2010-08-12gatchat: Add g_at_chat_cloneDenis Kenzior2-0/+21
2010-08-12gatchat: Make GAtChat a facade for struct at_chatDenis Kenzior1-228/+401
2010-07-09ppp: Add MAX_IPCP_FAILURE to avoid timeout quicklyZhenhua Zhang4-5/+17
2010-07-07gatppp: Unset disconnect function when unref PPPZhenhua Zhang1-0/+3
2010-07-07gatserver: Restore GAtServer disconnect handlingZhenhua Zhang1-0/+2
2010-07-06test-server: Refactor set_raw_modeZhenhua Zhang1-5/+5
2010-07-06gatserver: Don't free twice after user disconnectZhenhua Zhang1-3/+0
2010-07-06test-server: Use cfmakeraw to set TTY raw modeZhenhua Zhang1-5/+3
2010-07-06gatppp: Check ppp instance before unref itZhenhua Zhang1-0/+3
2010-06-29gsmdial: Wait for a no carrier before sending CFUNDenis Kenzior1-3/+9
2010-06-29test-server: Send a NO_CARRIER when ppp is doneDenis Kenzior1-2/+4
2010-06-29test-server: Update to the new APIDenis Kenzior1-4/+1
2010-06-29ppp: Don't accept 0 ip-addr/dns1/dns2Denis Kenzior1-3/+4
2010-06-29ppp: Refactor server-side APIDenis Kenzior7-16/+77
2010-06-29test-server: Update to the new APIDenis Kenzior1-1/+1
2010-06-29ppp: Tweak set_server_info API some moreDenis Kenzior4-16/+5
2010-06-29hdlc: Stop recording packets to stdout (fd = 0)Denis Kenzior1-2/+2
2010-06-29hdlc: Don't bother recording empty packetsDenis Kenzior1-0/+3
2010-06-28gsmdial: Configure network interface for PPPZhenhua Zhang1-0/+29
2010-06-28test-server: Configure network interfaceZhenhua Zhang1-0/+31
2010-06-28ppp: Tweak the set_server_info APIDenis Kenzior3-17/+20
2010-06-28test-server: Add PPP server supportZhenhua Zhang1-0/+119
2010-06-28ppp: Refactor server RCR actionDenis Kenzior1-40/+40
2010-06-28ppp: Refactor client RCR actionDenis Kenzior1-29/+27
2010-06-28ppp: Simplify the logic by re-using codeDenis Kenzior1-6/+1
2010-06-28ppp: Minor style tweaksDenis Kenzior1-9/+9
2010-06-28gsmdial: Update to the new APIZhenhua Zhang1-2/+3
2010-06-28gatppp: Add PPP server extensionZhenhua Zhang4-36/+225
2010-06-23ppp: Fix incorrect packet length for little-endianZhenhua Zhang1-1/+1
2010-06-21ppp: Fix leak in pppcp_send_protocol_rejectZhenhua Zhang1-0/+2
2010-06-18gathdlc: Don't crash if unreffed in callbackDenis Kenzior1-1/+18