index
:
delta/ofono.git
baserock/builds/6f732a8d4f074e4cbc4c1ac3001e883d/f588fd0a3f5f4924b26e967ff153edcf
baserock/morph
master
git.kernel.org: pub/scm/network/ofono/ofono.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gatchat
Commit message (
Expand
)
Author
Age
Files
Lines
*
gatchat: Fix missing return value for g_at_chat_set_slave
Marcel Holtmann
2010-10-21
1
-1
/
+1
*
gatchat: Add skeleton for GAtRawIP module
Marcel Holtmann
2010-10-21
2
-0
/
+180
*
gatchat: Add support for slave chat instances
Marcel Holtmann
2010-10-21
2
-0
/
+34
*
ppp: Fix some coding style and memory leaks
Marcel Holtmann
2010-10-21
1
-16
/
+16
*
gatchat: Add support for skipping AT+CMUX speed parameter
Marcel Holtmann
2010-10-19
1
-8
/
+17
*
gatchat: Fix calling unregister from callbacks
Denis Kenzior
2010-10-14
1
-2
/
+40
*
gatchat: break out the remove_if logic
Denis Kenzior
2010-10-14
1
-46
/
+64
*
gatchat: quit early if the group id doesn't match
Denis Kenzior
2010-10-14
1
-1
/
+1
*
gatsyntax: Fix responses starting with a quote
Denis Kenzior
2010-09-29
1
-0
/
+2
*
gatchat: Hook up g_at_mux_set_debug to print debug messages for real
Marcel Holtmann
2010-09-26
1
-19
/
+32
*
Fix common misspellings in gatchat
Lucas De Marchi
2010-09-14
3
-3
/
+3
*
gatchat: Skip string contents in extract_line
Denis Kenzior
2010-08-16
1
-2
/
+7
*
gatchat: Handle embedded \r and \n in responses
Denis Kenzior
2010-08-16
1
-1
/
+17
*
gatutil: Handle non-printable characters
Denis Kenzior
2010-08-16
1
-1
/
+1
*
gatchat: Add g_at_chat_clone
Denis Kenzior
2010-08-12
2
-0
/
+21
*
gatchat: Make GAtChat a facade for struct at_chat
Denis Kenzior
2010-08-12
1
-228
/
+401
*
ppp: Add MAX_IPCP_FAILURE to avoid timeout quickly
Zhenhua Zhang
2010-07-09
4
-5
/
+17
*
gatppp: Unset disconnect function when unref PPP
Zhenhua Zhang
2010-07-07
1
-0
/
+3
*
gatserver: Restore GAtServer disconnect handling
Zhenhua Zhang
2010-07-07
1
-0
/
+2
*
test-server: Refactor set_raw_mode
Zhenhua Zhang
2010-07-06
1
-5
/
+5
*
gatserver: Don't free twice after user disconnect
Zhenhua Zhang
2010-07-06
1
-3
/
+0
*
test-server: Use cfmakeraw to set TTY raw mode
Zhenhua Zhang
2010-07-06
1
-5
/
+3
*
gatppp: Check ppp instance before unref it
Zhenhua Zhang
2010-07-06
1
-0
/
+3
*
gsmdial: Wait for a no carrier before sending CFUN
Denis Kenzior
2010-06-29
1
-3
/
+9
*
test-server: Send a NO_CARRIER when ppp is done
Denis Kenzior
2010-06-29
1
-2
/
+4
*
test-server: Update to the new API
Denis Kenzior
2010-06-29
1
-4
/
+1
*
ppp: Don't accept 0 ip-addr/dns1/dns2
Denis Kenzior
2010-06-29
1
-3
/
+4
*
ppp: Refactor server-side API
Denis Kenzior
2010-06-29
7
-16
/
+77
*
test-server: Update to the new API
Denis Kenzior
2010-06-29
1
-1
/
+1
*
ppp: Tweak set_server_info API some more
Denis Kenzior
2010-06-29
4
-16
/
+5
*
hdlc: Stop recording packets to stdout (fd = 0)
Denis Kenzior
2010-06-29
1
-2
/
+2
*
hdlc: Don't bother recording empty packets
Denis Kenzior
2010-06-29
1
-0
/
+3
*
gsmdial: Configure network interface for PPP
Zhenhua Zhang
2010-06-28
1
-0
/
+29
*
test-server: Configure network interface
Zhenhua Zhang
2010-06-28
1
-0
/
+31
*
ppp: Tweak the set_server_info API
Denis Kenzior
2010-06-28
3
-17
/
+20
*
test-server: Add PPP server support
Zhenhua Zhang
2010-06-28
1
-0
/
+119
*
ppp: Refactor server RCR action
Denis Kenzior
2010-06-28
1
-40
/
+40
*
ppp: Refactor client RCR action
Denis Kenzior
2010-06-28
1
-29
/
+27
*
ppp: Simplify the logic by re-using code
Denis Kenzior
2010-06-28
1
-6
/
+1
*
ppp: Minor style tweaks
Denis Kenzior
2010-06-28
1
-9
/
+9
*
gsmdial: Update to the new API
Zhenhua Zhang
2010-06-28
1
-2
/
+3
*
gatppp: Add PPP server extension
Zhenhua Zhang
2010-06-28
4
-36
/
+225
*
ppp: Fix incorrect packet length for little-endian
Zhenhua Zhang
2010-06-23
1
-1
/
+1
*
ppp: Fix leak in pppcp_send_protocol_reject
Zhenhua Zhang
2010-06-21
1
-0
/
+2
*
gathdlc: Don't crash if unreffed in callback
Denis Kenzior
2010-06-18
1
-1
/
+18
*
gsmdial: Unref ppp when we get disconnected
Zhenhua Zhang
2010-06-17
1
-0
/
+5
*
test-server: Fix GIOChannel leak in create_tty
Zhenhua Zhang
2010-06-17
1
-4
/
+2
*
gatserver: Check for disconnection when resuming
Zhenhua Zhang
2010-06-17
1
-0
/
+5
*
gatserver: Suspend/resume GAtServer with GAtIO
Zhenhua Zhang
2010-06-17
2
-150
/
+114
*
gatppp: whitespace issues
Denis Kenzior
2010-06-11
1
-2
/
+2
[next]