summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-13tools: Rename dnsproxy-unit to dnsproxy-testJukka Rissanen3-4/+4
2013-04-13tools: Make message buffers staticJukka Rissanen1-3/+3
2013-04-13service: Set state properly after disconnecting the associating serviceJukka Rissanen1-1/+3
2013-04-12wifi: avoid device double release on disableGrant Erickson1-2/+38
2013-04-08Release 1.131.13Marcel Holtmann2-1/+16
2013-04-08build: Add dnsproxy-unit to .gitignoreMarcel Holtmann1-0/+1
2013-04-08gdbus: Fix not calling property_changed callbackLuiz Augusto von Dentz1-13/+10
2013-04-08gdbus: Use gcc builtin instead of g_atomicLucas De Marchi1-6/+6
2013-04-08vpn: Host IP address was not freedJukka Rissanen1-0/+1
2013-04-08vpn: Free ip address before allocating a new oneJukka Rissanen1-0/+1
2013-04-08dnsproxy: Fix cached message length correctlyJukka Rissanen1-1/+5
2013-04-06client: Add --help, -h optionsPatrik Flykt1-1/+10
2013-04-05tools: Add unit test for dnsproxyJukka Rissanen2-1/+468
2013-04-05dnsproxy: Handle partial TCP messages from clientJukka Rissanen1-65/+410
2013-04-05service: Drop unused argument in preferred_tech_list_get()Daniel Wagner1-2/+2
2013-04-05client: Fix help text, IPv4 setting uses netmaskPatrik Flykt1-1/+1
2013-04-05dnsproxy: Create cache if it is missing when doing lookupJukka Rissanen1-42/+56
2013-04-05dnsproxy: Fix memory leak when request timeoutsJukka Rissanen1-13/+13
2013-04-05dnsproxy: Avoid null pointer accessJukka Rissanen1-2/+2
2013-04-05dnsproxy: Do not add or remove ::1 serverJukka Rissanen1-0/+6
2013-04-05dnsproxy: Use ::1 when refreshing because of the address familyJukka Rissanen1-1/+1
2013-04-05dnsproxy: Add or remove ::1 to/from resolv.conf when necessaryJukka Rissanen1-9/+35
2013-04-05dnsproxy: Listen only on needed addressesJukka Rissanen1-91/+225
2013-04-05inet: Get an address from a given interface and address familyJukka Rissanen2-0/+56
2013-04-04client: Move boolean parsing helper function to commands filePatrik Flykt3-27/+26
2013-04-04client: Remove now obsolete functions and filesPatrik Flykt10-1237/+5
2013-04-04client: Remove now obsolete functionPatrik Flykt1-6/+0
2013-04-04client: Use D-Bus helper functions when setting proxyPatrik Flykt1-41/+76
2013-04-04client: Use helper functions for setting domains, nameservers and timeserversPatrik Flykt1-9/+39
2013-04-04client: Use helper functions for IP, autoconnect and removalPatrik Flykt1-23/+158
2013-04-04client: Use D-Bus helper function to implement services commandPatrik Flykt1-9/+49
2013-04-04client: Use D-Bus helper functions for Technology enabling/disablingPatrik Flykt1-26/+58
2013-04-04client: Add support functions for setting propertiesPatrik Flykt2-16/+213
2013-04-04client: Use D-Bus helpers for Technology Scan method callPatrik Flykt1-12/+20
2013-04-04client: Use D-Bus helpers for Technology GetTechnologies method callPatrik Flykt1-1/+32
2013-04-04client: Use D-Bus helper functions for service connect and disconnectPatrik Flykt1-9/+39
2013-04-04client: Use D-Bus helper functions for state method callPatrik Flykt1-1/+18
2013-04-04client: Print out help header if non-interactivePatrik Flykt1-0/+8
2013-04-04client: Add calls to save and redraw input promptPatrik Flykt2-1/+12
2013-04-04client: Remove now obsolete client/interactive.[hc] filesPatrik Flykt3-152/+0
2013-04-04client: Remove readline handling from main.cPatrik Flykt1-104/+6
2013-04-04client: Handle exit and inprogress valuesPatrik Flykt1-6/+11
2013-04-04client: Delete the now obsolete monitor.[hc] filesPatrik Flykt6-393/+0
2013-04-04client: Reimplement monitor commandPatrik Flykt1-12/+171
2013-04-04client: Add input handlingPatrik Flykt4-1/+253
2013-04-04client: Add pretty-printing for ServicesChanged signalPatrik Flykt2-2/+121
2013-04-04client: Add connmanctl D-Bus helper functionsPatrik Flykt3-0/+240
2013-04-03vpn-provider: Send domain name to connman when connection is readyJukka Rissanen1-0/+7
2013-04-03openvpn: Update domain name if received from OpenVPN serverJukka Rissanen1-0/+30
2013-04-03vpn: Update domain name when received from vpndJukka Rissanen1-0/+10