index
:
ofono
master
Ofono
Ofono Group
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-09
Remove one empty line and add another one
Marcel Holtmann
2
-1
/
+1
2010-04-09
Move CRC-CCITT table and helper into separate file
Marcel Holtmann
4
-60
/
+100
2010-04-09
ppp: Trivial style fix
Denis Kenzior
1
-2
/
+2
2010-04-09
ppp: Use flags not booleans for ipcp options
Denis Kenzior
1
-25
/
+30
2010-04-09
ppp: Use flags instead of booleans for lcp options
Denis Kenzior
1
-3
/
+5
2010-04-08
ppp: Stop the timer when re-starting
Denis Kenzior
1
-10
/
+9
2010-04-08
ppp: Rip out the now unused option string stuff
Denis Kenzior
3
-31
/
+0
2010-04-08
ppp: Port LCP to the new option framework
Denis Kenzior
1
-73
/
+99
2010-04-08
ppp: port IPCP to the new option framework
Denis Kenzior
1
-62
/
+160
2010-04-08
ppp: Rip out the old option processing
Denis Kenzior
2
-464
/
+129
2010-04-08
ppp: Fix make some functions const correct
Denis Kenzior
2
-4
/
+4
2010-04-08
ppp: Make iterators work all the time
Denis Kenzior
1
-1
/
+1
2010-04-08
ppp: Move some one-time setters to the proto
Denis Kenzior
4
-87
/
+52
2010-04-07
ppp: Add rca callback
Denis Kenzior
4
-40
/
+71
2010-04-07
ppp: Add pppcp option iterators
Denis Kenzior
2
-0
/
+63
2010-04-07
ppp: Remove lcp_protocol_reject
Denis Kenzior
2
-6
/
+1
2010-04-07
ppp: Move pppcp_timer_data private
Denis Kenzior
2
-8
/
+8
2010-04-07
ppp: Cleanup ipcp.c
Denis Kenzior
1
-8
/
+6
2010-04-07
ppp: Hide away the magic_number in ppp_lcp.c
Denis Kenzior
3
-22
/
+19
2010-04-06
ppp: Use auth->proto, not ppp->proto
Denis Kenzior
1
-2
/
+1
2010-04-06
Fix: Allow setting of tx ACCM
Denis Kenzior
2
-4
/
+4
2010-04-06
ppp: Remove OPTION_ERR, treat errors as reject
Denis Kenzior
2
-6
/
+2
2010-04-06
ppp: Verify magic number is not zero
Denis Kenzior
1
-1
/
+10
2010-04-06
ppp: Move up the look up table definition
Denis Kenzior
1
-15
/
+15
2010-04-06
ppp: Implement receive ACCM
Denis Kenzior
1
-2
/
+8
2010-04-05
Refactor: Make struct pppcp declaration private
Denis Kenzior
4
-42
/
+39
2010-04-05
Refactor: add pppcp_set/get_magic_number
Denis Kenzior
3
-2
/
+15
2010-04-05
Refactor: add pppcp_set_prefix
Denis Kenzior
4
-2
/
+8
2010-04-05
Refactor: add pppcp_get_ppp
Denis Kenzior
4
-5
/
+12
2010-04-05
Refactor: add pppcp_set_option_strings
Denis Kenzior
4
-2
/
+9
2010-04-05
Refactor: Move valid code selection to ipcp/lcp
Denis Kenzior
4
-58
/
+50
2010-04-05
Refactor: Move packet_ops to a static look-up
Denis Kenzior
2
-18
/
+16
2010-04-05
Refactor: Make option_scan more type safe
Denis Kenzior
4
-6
/
+8
2010-04-05
Refactor: Make option_process more typesafe
Denis Kenzior
4
-10
/
+12
2010-04-05
Refactor: Add pppcp_set_data & pppcp_get_data
Denis Kenzior
4
-11
/
+22
2010-04-05
Make pppcp_code enum a private structure
Marcel Holtmann
4
-37
/
+51
2010-04-05
Make pppcp_event_type enum a private structure
Marcel Holtmann
5
-28
/
+47
2010-04-05
Refactor: Move to a transition state table
Denis Kenzior
2
-544
/
+121
2010-04-05
Refactor: Make the enum assignments explicit
Denis Kenzior
1
-16
/
+16
2010-04-05
Refactor: Move the state definition to ppp_cp.c
Denis Kenzior
2
-18
/
+18
2010-04-05
ppp: implement Max-Failure counter
Kristen Carlson Accardi
2
-0
/
+23
2010-04-03
Move PPP constants where they are used
Marcel Holtmann
4
-19
/
+21
2010-04-03
Make GAtPPP fields really private
Marcel Holtmann
4
-56
/
+64
2010-04-02
Hide internals of ring buffer structure
Marcel Holtmann
2
-6
/
+8
2010-04-02
Remove circular inclusion protection from ring buffer header
Marcel Holtmann
1
-13
/
+0
2010-04-02
Fix some cases where g_try_new should be used
Marcel Holtmann
4
-12
/
+3
2010-04-02
Move frame NULL checks into the unstuffing function
Marcel Holtmann
1
-8
/
+5
2010-04-02
Fix coding style with callback structures
Marcel Holtmann
2
-12
/
+12
2010-04-02
ppp: implement net close
Kristen Carlson Accardi
2
-5
/
+7
2010-04-02
Refactor: Get rid of (now) pointless comments
Denis Kenzior
4
-8
/
+0
[next]