client: Add ReportError handling
[platform/upstream/connman.git] / src /
2013-04-30 Jukka Rissanentechnology: Disable tethering when device disappears
2013-04-30 Jukka Rissanendnsproxy: Do not unref g_io_channel if we know it is...
2013-04-28 Marcel Holtmanncore: Print timezone information if available from...
2013-04-26 Jukka Rissanendnsproxy: Conditional jump depends on uninitialized...
2013-04-26 Jukka Rissanendhcpv6: Fix memory leak
2013-04-26 Jukka Rissanendhcpv6: Retransmit a message with same transaction id
2013-04-26 Patrik Flyktnetwork: Replace connman_uint16_t with uint16_t
2013-04-26 Patrik Flyktnetwork: Replace connman_uint8_t with uint8_t
2013-04-26 Patrik Flyktservice: Replace connman_uint8_t with uint8_t
2013-04-26 Jukka Rissanentethering: Use fallback nameservers if dnsproxy is...
2013-04-26 Jukka Rissanendnsproxy: Return proper return code if listener_table...
2013-04-26 Jukka Rissanentechnology: Auto start tethering if enabled and configured
2013-04-26 Jukka Rissanenmain: Add support for PersistentTetheringMode configura...
2013-04-26 Jukka Rissanenconf: Add description of PersistentTetheringMode
2013-04-26 Jukka Rissanenethernet: Add tethering support
2013-04-26 Jukka Rissanenrtnl: Interface was added to technology too early
2013-04-26 Jukka Rissanendevice: Add support functions needed by ethernet tethering
2013-04-26 Jukka Rissanenmain: Add support for AllowedTetheringTechnologies...
2013-04-26 Jukka Rissanenconf: Add description of AllowedTetheringTechnologies
2013-04-18 Daniel Wagnerdbus: Add connman_dbus_get_connnection_unix_user()
2013-04-18 Daniel Wagnerdbus: Refactor callback helper struct
2013-04-18 Daniel Wagnersession: Do not fail when creating default policy confi...
2013-04-18 Daniel Wagnersession: Change to "func_t" postfix to callback typedef
2013-04-18 Daniel Wagnersession: Empty policy list indicated no match all
2013-04-18 Daniel Wagnersession: Do not try to access already removed hash
2013-04-18 Daniel Wagnersession: Reorder shutdown sequence
2013-04-12 Jukka Rissanenservice: Set state properly after disconnecting the...
2013-04-08 Jukka Rissanendnsproxy: Fix cached message length correctly
2013-04-05 Jukka Rissanendnsproxy: Handle partial TCP messages from client
2013-04-05 Daniel Wagnerservice: Drop unused argument in preferred_tech_list_get()
2013-04-05 Jukka Rissanendnsproxy: Create cache if it is missing when doing...
2013-04-05 Jukka Rissanendnsproxy: Fix memory leak when request timeouts
2013-04-05 Jukka Rissanendnsproxy: Avoid null pointer access
2013-04-05 Jukka Rissanendnsproxy: Do not add or remove ::1 server
2013-04-05 Jukka Rissanendnsproxy: Use ::1 when refreshing because of the addres...
2013-04-05 Jukka Rissanendnsproxy: Add or remove ::1 to/from resolv.conf when...
2013-04-05 Jukka Rissanendnsproxy: Listen only on needed addresses
2013-04-05 Jukka Rissaneninet: Get an address from a given interface and address...
2013-03-27 Jukka Rissanenprovider: Set nameservers if we receive them from vpnd
2013-03-27 Jukka Rissanenservice: Disconnect the connecting service when needed
2013-03-25 Yann E. MORINtethering: Fix build with kernel headers 3.8+
2013-03-25 Jukka Rissanenservice: Send IP config changed signal in disconnect
2013-03-25 Jukka Rissanenservice: Only send correct ipconfig changed signal
2013-03-25 Jukka Rissanenconfig: Allow user to specify how IP address is used
2013-03-25 Daniel Wagnerfirewall: Maintain iptables rules in dedicated ConnMan...
2013-03-25 Daniel Wagnerfirewall: Add firewall API
2013-03-25 Daniel Wagnerfirewall: Flush managed chains
2013-03-25 Daniel Wagnerfirewall: Add firewall file
2013-03-25 Daniel Wagneriptables: Add chain iterator
2013-03-25 Daniel Wagneriptables: Add __connman_iptables_insert()
2013-03-25 Daniel Wagneriptables: Prepare rule to be inserted or appended
2013-03-22 Jukka Rissanendnsproxy: Make sure we are not accessing null hash
2013-03-18 Daniel Wagneriptables: Allocated memory blocks are already zerod out
2013-03-18 Daniel Wagneriptables: Factor out duplicated update hook code
2013-03-18 Daniel Wagneriptables: Fix invalid access to list after removing...
2013-03-18 Daniel Wagneriptables: Rename pre_load_table() to get_table()
2013-03-18 Daniel Wagneriptables: Improve debug log output
2013-03-18 Daniel Wagneriptables: Lookup in table hash before module loading
2013-03-18 Daniel Wagneriptables: Use glib function for string operations
2013-03-18 Daniel Wagneriptables: Drop support for xtables < 1.4.11
2013-03-18 Daniel Wagneriptables: Add __connman_iptables_dump()
2013-03-14 Jukka Rissanenservice: User cannot modify immutable service
2013-03-08 Jukka Rissanenprovider: New provider removal function callable from...
2013-03-08 Jukka Rissanenprovider: Change the name of provider remove function
2013-03-08 Jukka Rissanenservice: Send signal only if immutable flag value changes
2013-03-08 Jukka Rissanenprovider: Function to set the immutable flag
2013-03-07 Jukka Rissanendevice: Check positive device filter correctly
2013-03-07 Daniel Wagneriptables: Fix rule appending
2013-03-07 Daniel Wagneriptables: Valid policies are only ACCEPT and DROP
2013-03-07 Daniel Wagneriptables: Fix setting policy
2013-03-07 Daniel Wagneriptables: Always update options table
2013-03-07 Daniel Wagneriptables: Do not flush in the wrong order
2013-03-07 Daniel Wagneriptables: Fix and refactor iterate_entries()
2013-03-07 Daniel Wagneriptables: Fix is_fallthrough() check
2013-03-06 Forest Bondservice: Restart wispr on nameserver change
2013-02-26 Tomasz Bursztykaconfig: Add a function to provision mutable service
2013-02-26 Tomasz Bursztykaconfig: Make load service from each keyfile group as...
2013-02-26 Tomasz Bursztykaconfig: Remove superfluous error code
2013-02-26 Tomasz Bursztykatechnology: Provide a function to get WiFi tethering...
2013-02-22 Jukka Rissanenconfig: Run service autoconnect after provisioning...
2013-02-22 Jukka Rissanenconfig: Add ethernet provisioning support
2013-02-22 Jukka Rissanenconfig: Support static IP address for wifi service
2013-02-22 Jukka Rissanenservice: Refactor ipconfig setter
2013-02-22 Jukka Rissanenipconfig: Add function to set the IPv6 privacy option
2013-02-22 Jukka Rissanenservice: Add function to set timeservers
2013-02-22 Jukka Rissanenservice: Add function to manipulate DNS search domains
2013-02-22 Jukka Rissanenservice: Add function to manipulate ignore flag
2013-02-22 Daniel Wagneriptables: Merge clear_tables_flags() and reset_xtables()
2013-02-22 Daniel Wagneriptables: Free table pointer
2013-02-22 Daniel Wagneriptables: Free match rules
2013-02-22 Daniel Wagneriptables: Reset pointer after freeing
2013-02-22 Daniel Wagneriptables: Reinitialize global parser table
2013-02-22 Daniel Wagneriptables: Free xtables entry when removing one entry...
2013-02-19 Jukka Rissanenerror: Handle ECONNREFUSED gracefully in dbus error...
2013-02-19 Jukka Rissanenstorage: Add function to load provider configuration...
2013-02-19 Jukka Rissanenconfig: Read only wifi config
2013-02-19 Jukka Rissanenconfig: Remove obsolete definition
2013-02-18 Patrik Flyktiptables: Cannot flush all rules without API to set...
2013-02-14 Marcel Holtmannshared: Add helpers for SHA-1 based HMAC, PBKDF2 and PRF
2013-02-14 Marcel Holtmannshared: Add generic debug and hexdump helpers
next