summaryrefslogtreecommitdiff
path: root/gatchat
Commit message (Expand)AuthorAgeFilesLines
* gatchat: improve large file downlink data transferCarlos Pargada2011-01-201-2/+2
* gatchat: The IO setup already ensures no encoding and no bufferingMarcel Holtmann2011-01-201-3/+0
* gatchat: Small cleanup to make function look simplerMarcel Holtmann2011-01-201-3/+2
* gatchat: Disable encoding for RawIP GIOChannelMarcel Holtmann2011-01-191-0/+1
* gatchat: Fix setup of GIOChannel from multiplexer DLCMarcel Holtmann2011-01-191-0/+4
* gatchat: Turn off buffering of GAtChat IO channelsDenis Kenzior2011-01-181-0/+2
* gatserver: ATS6 command handler addedOlivier Guiter2011-01-181-0/+10
* gatchat: Use g_io_channel_read_chars and g_io_channel_write_charsMarcel Holtmann2011-01-181-7/+9
* gatchat: M15 coding styles fixesJeevaka Badrappan2011-01-124-8/+8
* gatchat: fix canceling in progress commandsVinicius Costa Gomes2010-12-071-1/+1
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-2916-102/+98
* gatchat: remove write watcher on a disconnectDenis Kenzior2010-11-231-0/+3
* gatchat: A full support for TUN/TAP pipe and GAtRawIPMarcel Holtmann2010-10-261-2/+137
* gatchat: Remove unused write_watch variable of GAtHDLCMarcel Holtmann2010-10-261-1/+0
* gatchat: Fix missing return value for g_at_chat_set_slaveMarcel Holtmann2010-10-211-1/+1
* gatchat: Add skeleton for GAtRawIP moduleMarcel Holtmann2010-10-212-0/+180
* gatchat: Add support for slave chat instancesMarcel Holtmann2010-10-212-0/+34
* ppp: Fix some coding style and memory leaksMarcel Holtmann2010-10-211-16/+16
* gatchat: Add support for skipping AT+CMUX speed parameterMarcel Holtmann2010-10-191-8/+17
* gatchat: Fix calling unregister from callbacksDenis Kenzior2010-10-141-2/+40
* gatchat: break out the remove_if logicDenis Kenzior2010-10-141-46/+64
* gatchat: quit early if the group id doesn't matchDenis Kenzior2010-10-141-1/+1
* gatsyntax: Fix responses starting with a quoteDenis Kenzior2010-09-291-0/+2
* gatchat: Hook up g_at_mux_set_debug to print debug messages for realMarcel Holtmann2010-09-261-19/+32
* Fix common misspellings in gatchatLucas De Marchi2010-09-143-3/+3
* gatchat: Skip string contents in extract_lineDenis Kenzior2010-08-161-2/+7
* gatchat: Handle embedded \r and \n in responsesDenis Kenzior2010-08-161-1/+17
* gatutil: Handle non-printable charactersDenis Kenzior2010-08-161-1/+1
* gatchat: Add g_at_chat_cloneDenis Kenzior2010-08-122-0/+21
* gatchat: Make GAtChat a facade for struct at_chatDenis Kenzior2010-08-121-228/+401
* ppp: Add MAX_IPCP_FAILURE to avoid timeout quicklyZhenhua Zhang2010-07-094-5/+17
* gatppp: Unset disconnect function when unref PPPZhenhua Zhang2010-07-071-0/+3
* gatserver: Restore GAtServer disconnect handlingZhenhua Zhang2010-07-071-0/+2
* test-server: Refactor set_raw_modeZhenhua Zhang2010-07-061-5/+5
* gatserver: Don't free twice after user disconnectZhenhua Zhang2010-07-061-3/+0
* test-server: Use cfmakeraw to set TTY raw modeZhenhua Zhang2010-07-061-5/+3
* gatppp: Check ppp instance before unref itZhenhua Zhang2010-07-061-0/+3
* gsmdial: Wait for a no carrier before sending CFUNDenis Kenzior2010-06-291-3/+9
* test-server: Send a NO_CARRIER when ppp is doneDenis Kenzior2010-06-291-2/+4
* test-server: Update to the new APIDenis Kenzior2010-06-291-4/+1
* ppp: Don't accept 0 ip-addr/dns1/dns2Denis Kenzior2010-06-291-3/+4
* ppp: Refactor server-side APIDenis Kenzior2010-06-297-16/+77
* test-server: Update to the new APIDenis Kenzior2010-06-291-1/+1
* ppp: Tweak set_server_info API some moreDenis Kenzior2010-06-294-16/+5
* hdlc: Stop recording packets to stdout (fd = 0)Denis Kenzior2010-06-291-2/+2
* hdlc: Don't bother recording empty packetsDenis Kenzior2010-06-291-0/+3
* gsmdial: Configure network interface for PPPZhenhua Zhang2010-06-281-0/+29
* test-server: Configure network interfaceZhenhua Zhang2010-06-281-0/+31
* ppp: Tweak the set_server_info APIDenis Kenzior2010-06-283-17/+20
* test-server: Add PPP server supportZhenhua Zhang2010-06-281-0/+119