aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-04-05gdbus: Use destroy callback for service watchAnderson Lizardo1-1/+1
2012-04-05gdbus: Fix white space coding style issueSyam Sidhardhan1-1/+1
2012-04-05gweb: Add more debug prints when error happensJukka Rissanen1-0/+3
2012-03-30TODO: storage task completeSébastien Bianti1-14/+0
2012-03-30service: transaction id should'nt be NULLSébastien Bianti1-2/+4
2012-03-30service: remove orphan fileSébastien Bianti1-5/+6
2012-03-30service: NULL uuid here is an errorSébastien Bianti1-0/+2
2012-03-30service: factorize error codeSébastien Bianti1-36/+19
2012-03-23service: request needs to keep msgSébastien Bianti1-0/+2
2012-03-23service: fix some leaksSébastien Bianti1-0/+5
2012-03-23service: request_post_file opens the pdu itselfSébastien Bianti1-1/+0
2012-03-22service: remove unused mms_request's membersRonald Tessier1-2/+0
2012-03-22service: free the msg after tracing its pathRonald Tessier1-2/+2
2012-03-22service: fix object path when unregistering msgRonald Tessier1-8/+4
2012-03-20gweb: workaround for setsockopt failureSébastien Bianti1-12/+56
2012-03-13TODO: remove completed tasksSébastien Bianti1-59/+0
2012-03-13service: mms_request_destroy shouldn't free msgSébastien Bianti1-3/+4
2012-02-27service: Fix whitespaceDenis Kenzior1-2/+2
2012-02-10service: msg needs to be freedSébastien Bianti1-12/+15
2012-02-10service: sending correct DBus signalSébastien Bianti1-4/+5
2012-02-10service: send_conf don't need to be storedSébastien Bianti1-3/+7
2012-02-10service: send_req message needs a meta fileSébastien Bianti1-0/+13
2012-02-10service: code consistent with preceding blocksSébastien Bianti1-0/+1
2012-02-10service: clean msg properly when returning an errorSébastien Bianti1-0/+4
2012-02-02service: content-id shouldn't be NULLSébastien Bianti1-0/+8
2012-02-02service: trans_id also needed when decode failsSébastien Bianti1-4/+6
2012-01-20service: remove useless affectationSébastien Bianti1-2/+0
2012-01-20service: transaction_id is mandatory in Notify_rspSébastien Bianti1-0/+2
2012-01-10gweb: process_send_file after HTTP Header is sentSébastien Bianti1-0/+3
2011-12-18service: Fix broken debug statementMarcel Holtmann1-1/+1
2011-12-18service: Use new gweb post_file functionalityRonald Tessier1-60/+23
2011-12-18gweb: Extend gweb to send fileRonald Tessier2-6/+80
2011-12-02gresolv: Fix buffer sizeJukka Rissanen1-3/+5
2011-11-29service: Update process_message_on_startRegis Merlino1-4/+5
2011-11-29service: Handle notify.resp.ind requestRegis Merlino1-15/+111
2011-11-29service: Add mms_request_steal_messageRegis Merlino1-0/+10
2011-11-29service: Manage tmp data files in web_post_cbRegis Merlino1-1/+7
2011-11-29service: Remove notify.ind pdu after downloadRegis Merlino1-0/+2
2011-11-29service: Handle msg field in create_requestRegis Merlino1-8/+11
2011-11-29service: Add msg field to mms_requestRegis Merlino1-0/+4
2011-11-29service: Use more explicit callback namesRegis Merlino1-7/+9
2011-11-29service: Change http request callback prototypeRegis Merlino1-20/+17
2011-11-29service: Update push notify message with uuidRegis Merlino1-0/+2
2011-11-29service: Fix attachment pdu file pathRegis Merlino1-15/+16
2011-11-29gweb: Bind socket to the right interfaceTomasz Bursztyka1-0/+17
2011-11-29gresolv: Bind socket to the right interfaceTomasz Bursztyka1-2/+22
2011-11-29gweb: Use gcc atomics instead glib's onesDaniel Wagner3-10/+10
2011-10-25gweb: Add SOCK_CLOEXEC to socket()Daniel Wagner2-2/+4
2011-10-20doc: Update READMEMarcel Holtmann1-0/+1
2011-08-25service: Fix a double free errorRegis Merlino1-6/+9
2011-08-25service: Rename free_message to destroy_messageRegis Merlino1-2/+2
2011-08-25unit: Update mms_message_free usageRegis Merlino1-16/+23
2011-08-25service: Update mms_message_free usageRegis Merlino1-16/+17
2011-08-25mmsutil: mms_message_free to also free the messageRegis Merlino1-0/+2
2011-08-16service: Add mmap_file() utilityRonald Tessier1-109/+57
2011-08-16mmsutil: Use size_t for attachement length and offsetMarcel Holtmann1-2/+2
2011-08-16service: Fix some whitespace damagesMarcel Holtmann1-14/+13
2011-08-16service: Use mms version 1.0 when sending msgRonald Tessier1-0/+1
2011-08-12test: Add Mixed MMS support to Send-Message scriptChristophe Guiraud1-8/+26
2011-08-11service: Use load_messages name to clearly show its functionalityMarcel Holtmann1-2/+2
2011-08-11service: Use a generic filename for HTTP POST rspChristophe Guiraud1-1/+1
2011-08-11service: Remove useless assignmentChristophe Guiraud1-2/+0
2011-08-11service: Remove useless variableChristophe Guiraud1-9/+3
2011-08-11service: Use helper to free mms_requestChristophe Guiraud1-3/+1
2011-08-11service: Perform service startup tasksRegis Merlino1-0/+186
2011-08-11service: separate MessageAdded from registrationRegis Merlino1-2/+6
2011-08-09mmsutil: Get rid of file member of mms_attachmentRonald Tessier4-25/+17
2011-08-09mmsutil: Get rid of smil member of mms_send_reqRonald Tessier4-44/+1
2011-08-09service: Limit number of attachments when encodingRonald Tessier1-0/+6
2011-08-09mmsutil: Update attachment offset of messageRonald Tessier1-0/+13
2011-08-09mmsutil: Add attachment encoding to SendReq msgRonald Tessier1-0/+180
2011-08-09mmsutil: Add fb_put_uintvar()Ronald Tessier1-0/+25
2011-08-09service: Add data member to mms_attachmentRonald Tessier2-11/+92
2011-08-09service: Validate content-type before using itRonald Tessier1-1/+49
2011-08-08mmsutil: Add MMS_MESSAGE_STATUS_DOWNLOADEDRegis Merlino1-0/+1
2011-08-08service: Fix a memory leakRegis Merlino1-1/+4
2011-08-05unit: Add sr-mms-related-multi-to.mms testChristophe Guiraud1-0/+28
2011-08-05build: Add sr-mms-related-multi-to.mms unit testChristophe Guiraud2-1/+2
2011-08-05unit: Add sr-mms-mixed.mms decoding testChristophe Guiraud1-0/+24
2011-08-05build: Add sr-mms-mixed.mms to unit testsChristophe Guiraud2-1/+2
2011-08-05unit: Add M-Send-Req PDU decoding dumpChristophe Guiraud1-0/+10
2011-08-05mmsutil: Add M-Send-Req PDU decoding supportChristophe Guiraud1-1/+30
2011-08-05TODO: Remove GetMessages taskRegis Merlino1-7/+0
2011-08-05test: Add get-messagesRegis Merlino2-1/+29
2011-08-05service: Implement dbus GetMessagesRegis Merlino1-0/+42
2011-08-05service: split emit_message_added for reuseRegis Merlino1-17/+24
2011-08-02service: send.conf storageSébastien Bianti1-1/+67
2011-08-02service: HTTP POST supportSébastien Bianti1-2/+76
2011-08-02service: Fix error caseSébastien Bianti1-1/+1
2011-07-26unit: Add send_req test messageRonald Tessier1-0/+66
2011-07-26mmsutil: Add SendReq message header encodingRonald Tessier1-0/+18
2011-07-26mmsutil: Add encode_content_type encoderRonald Tessier1-1/+112
2011-07-26mmsutil: Add a content_type field to SendReq msgRonald Tessier2-0/+2
2011-07-26mmsutil: Use header iterator to get param's valueRonald Tessier1-0/+12
2011-07-26mmsutil: Reset mms_content_type_get_param_value()Ronald Tessier1-60/+1
2011-07-26wsputil: Add stop condition to header iteratorsRonald Tessier1-0/+3
2011-07-24gweb: Fix gnutls_priority_set_direct() for various GnuTLS versionsMarcel Holtmann1-3/+5
2011-07-22service: Set retrieve conf messsage uuidRegis Merlino1-0/+2
2011-07-21service: improve send_messageSébastien Bianti1-7/+40
2011-07-21service: Register received mms to dbusRegis Merlino1-0/+2
2011-07-21service: Update attachments file pathRegis Merlino1-0/+8
2011-07-21service: Allocate mms_message on the heapRegis Merlino1-2/+8
2011-07-20wsputil: Fix off-by-one errorDenis Kenzior1-1/+1
2011-07-20store: Remove unneeded pathname variableMarcel Holtmann1-4/+1
2011-07-20store: Make use of mms_store_get_pathRegis Merlino1-7/+4
2011-07-20store: Add and export mms_store_get_path functionRegis Merlino2-0/+15
2011-07-20unit: Remove unused variableRonald Tessier1-1/+0
2011-07-19unit: Add basic unit tests for header iteratorsDenis Kenzior1-0/+49
2011-07-19wsputil: Add 'simplified' text header iteratorDenis Kenzior2-0/+170
2011-07-19service: Do sanity check in the destroy functionMarcel Holtmann1-2/+4
2011-07-19wsputil: Two style fixesRegis Merlino2-4/+4
2011-07-19TODO: Remove some completed tasksRegis Merlino1-38/+0
2011-07-19service: Use mms_message structs in hash tableRegis Merlino1-24/+36
2011-07-19service: Unregister mms_service message hash tableRegis Merlino1-1/+31
2011-07-15build: Always compile unit testsMarcel Holtmann1-3/+2
2011-07-15doc: Add meta storage documentationRegis Merlino2-1/+35
2011-07-15service: more convenient identificator namesSébastien Bianti1-11/+11
2011-07-15service: add new parameters to create_request()Sébastien Bianti1-6/+16
2011-07-15service: moving activate_bearer functionSébastien Bianti1-38/+40
2011-07-15service: moving and renaming create_get_requestSébastien Bianti1-27/+43
2011-07-15service: added extra data for HTTP POST supportSébastien Bianti1-0/+2
2011-07-13push: Fix generic push header parsingRegis Merlino6-10/+21
2011-07-08service: Update MarkRead with actual meta storageRegis Merlino1-1/+18
2011-07-08service: Use messages hash table in dbus methodsRegis Merlino1-2/+3
2011-07-08service: Add service Message objects hash tableRegis Merlino1-0/+16
2011-07-08service: Various style cleanupsRegis Merlino1-10/+4
2011-07-08service: retrieve.conf storageSébastien Bianti1-3/+62
2011-07-08service: remove static name "receive.mms"Sébastien Bianti1-16/+12
2011-07-07gweb: Apply address family restiction to resolverTomasz Bursztyka1-0/+2
2011-07-07gresolv: Queries address family scope restrictionTomasz Bursztyka2-8/+35
2011-07-06service: Cleanup meta storage state field namingChristophe Guiraud1-1/+1
2011-07-06store: Get rid off GString for path buildingChristophe Guiraud1-39/+46
2011-07-06test: Add python mark-message-read testRegis Merlino2-1/+16
2011-07-06service: Add message MarkRead dbus methodRegis Merlino1-0/+49
2011-07-06test: Add python delete-message testRegis Merlino2-1/+17
2011-07-06service: Add message Delete dbus methodRegis Merlino1-1/+32
2011-07-06service: Update message register/unregisterRegis Merlino2-17/+11
2011-07-06test: Add message PropertyChanged dbus monitoringRegis Merlino1-0/+11
2011-07-06service: Add PropertyChanged message signalRegis Merlino1-1/+6
2011-07-06service: Add stored mms push meta informationChristophe Guiraud1-0/+11
2011-07-06service: Remove unsupported mms push from storeChristophe Guiraud1-2/+7
2011-07-06store: Add meta file cleanup to mms_store_removeChristophe Guiraud1-0/+4
2011-07-06store: Add mms_store_meta_close APIChristophe Guiraud2-0/+33
2011-07-06store: Add mms_store_meta_open APIChristophe Guiraud2-0/+22
2011-07-01gweb: Use GnuTLS priority string to provide wide compatibilityLucas De Marchi1-1/+2
2011-07-01gweb: Remove call to deprecated GnuTLS functionLucas De Marchi1-0/+2
2011-06-29store: Add mms_store_remove APIChristophe Guiraud2-0/+14
2011-06-29store: Add transactional file writting supportChristophe Guiraud1-15/+66
2011-06-29mmsutil: Use less specific typeRonald Tessier1-1/+1
2011-06-28mmsutil: Be more type-correctDenis Kenzior1-1/+1
2011-06-28mmsutil: Add fb_request_field()Ronald Tessier1-10/+21
2011-06-28mmsutil: Add encode_text_array_element encoderRonald Tessier1-1/+22
2011-06-28mmsutil: Add encode_from encoderRonald Tessier1-1/+22
2011-06-27gweb: added the capability to restrict the requests to a specific address fam...Tomasz Bursztyka2-0/+21
2011-06-23build: Add support for executing unit tests during make checkMarcel Holtmann2-5/+8
2011-06-23unit: Fix path of MMS unit test filesMarcel Holtmann1-14/+14
2011-06-20service: Add PLMN suffix to recipients addresseChristophe Guiraud1-2/+3
2011-06-20service: Various style cleanupsDenis Kenzior1-21/+12
2011-06-20service: Rename cpt to num_digitsDenis Kenzior1-3/+3
2011-06-20service: Check SendMessage API recipients addressChristophe Guiraud1-0/+38
2011-06-16service: Strip PLMN suffix from mms addressesChristophe Guiraud1-5/+29
2011-06-16mmsutil: Add NotifyRespInd msg encodingRonald Tessier1-1/+14
2011-06-16mmsutil: Add encode_textRonald Tessier1-1/+20
2011-06-16mmsutil: Add encode_shortRonald Tessier1-3/+19
2011-06-16mmsutil: Add new mms_encode_headerRonald Tessier1-2/+92
2011-06-16mmsutil: Rip out old NotifyRespInd encoderRonald Tessier1-56/+1
2011-06-15service: exit properly from bearer_notifySébastien Bianti1-0/+2
2011-06-15service: Make Smil content optionalSébastien Bianti1-2/+3
2011-06-14store: Add mms_store_file functionChristophe Guiraud2-0/+54
2011-06-14store: Refactor mms_store functionChristophe Guiraud1-10/+32
2011-06-13mmsutil: Trivial style fixesDenis Kenzior1-0/+6
2011-06-13mmsutil: Move content_type_get_param_value()Ronald Tessier3-60/+63
2011-06-13gweb: Make debug for write simplerMarcel Holtmann1-4/+2
2011-06-08mmsutil: Add status parserChristophe Guiraud1-1/+27
2011-06-08mmsutil: Add message_delivery_status enumChristophe Guiraud1-0/+11
2011-06-06wsputil: Fix invalid assignment to writtenDenis Kenzior1-1/+2
2011-06-06wsputil: Get content-type and charset IDRonald Tessier2-0/+33
2011-06-06wsputil: Fix up previous commit 2 commitsDenis Kenzior1-18/+5
2011-06-06wsputil: Add wsp_encode_integerRonald Tessier2-0/+39
2011-06-06wsputil: Add wsp_encode_value_lengthRonald Tessier2-0/+67
2011-06-07mmsutil: Remove unused variable and its assignmentMarcel Holtmann1-2/+0
2011-06-05mmsutil: OptimizeDenis Kenzior1-1/+3
2011-06-05mmsutil: Remove unneded checkDenis Kenzior1-4/+0
2011-06-05AUTHORS: Mention Ronald's contributionsDenis Kenzior1-0/+1
2011-06-05AUTHORS: Mention Regis' contributionsDenis Kenzior1-0/+1
2011-06-05AUTHORS: Mention Sébastien's contributionsDenis Kenzior1-0/+1
2011-06-05mmsutil: Add retrieve conf mms part decodingRegis Merlino1-13/+171
2011-06-05wsputil: Add quoted string decoderRegis Merlino2-0/+20
2011-06-05mmsutil: Add 'boolean' parserDenis Kenzior1-3/+21
2011-06-05mmsutil: Add Sender-Visibility parserDenis Kenzior2-1/+25
2011-06-05unit: Fix a typo in rc-mms-1-3-con-210.mms PDUChristophe Guiraud1-0/+0
2011-06-02unit: Add rc-mms-1-3-con-281.mms decoding testChristophe Guiraud1-0/+25
2011-06-02build: Add rc-mms-1-3-con-281.mms to unit testsChristophe Guiraud2-1/+2
2011-06-02unit: Add rc-mms-1-3-con-282.mms decoding testChristophe Guiraud1-0/+26
2011-06-02build: Add rc-mms-1-3-con-282.mms to unit testsChristophe Guiraud2-1/+2
2011-06-02unit: Add rc-mms-1-3-con-211.mms decoding testChristophe Guiraud1-0/+25
2011-06-02build: Add rc-mms-1-3-con-211.mms to unit testsChristophe Guiraud2-1/+2
2011-06-02unit: Add rc-mms-1-3-con-228.mms decoding testChristophe Guiraud1-0/+25
2011-06-02build: Add rc-mms-1-3-con-228.mms to unit testsChristophe Guiraud2-1/+2
2011-06-02unit: Add rc-mms-1-3-con-224.mms decoding testChristophe Guiraud1-1/+36