All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] sms: Cancel pending message
@ 2011-02-04 19:40 Lucas De Marchi
  2011-02-04 19:40 ` [PATCH v2 1/8] history: add cancelled status Lucas De Marchi
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lucas De Marchi @ 2011-02-04 19:40 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 1089 bytes --]

In this version I fixed some issues pointed out by Andrzej and added another
patch, not so related, but that would conflict with these ones if applied to
current master branch. Difference from previous version:

Tested with phonesim, slightly changing its plugin in oFono in order to hold
messages for a certain period.

Lucas De Marchi (8):
  history: add cancelled status
  examples: handle cancelled history status
  message: add cancelled state
  sms: factor out 'remove entry' from tx_finished()
  sms: allow message submission to be cancelled
  doc: add CancelMessage to MessageManager
  TODO: mark task 'cancel pending SMS' as done
  sms: remove check for impossible NULL condition

 TODO                       |    9 --
 doc/messagemanager-api.txt |   12 +++
 examples/history.c         |    5 +
 include/history.h          |    1 +
 src/message.c              |    2 +
 src/message.h              |    3 +-
 src/sms.c                  |  196 +++++++++++++++++++++++++++++++++----------
 7 files changed, 172 insertions(+), 56 deletions(-)

-- 
1.7.4


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-03-18 23:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-04 19:40 [PATCH v2 0/8] sms: Cancel pending message Lucas De Marchi
2011-02-04 19:40 ` [PATCH v2 1/8] history: add cancelled status Lucas De Marchi
2011-02-04 19:40 ` [PATCH v2 2/8] examples: handle cancelled history status Lucas De Marchi
2011-02-04 19:40 ` [PATCH v2 3/8] message: add cancelled state Lucas De Marchi
2011-02-04 19:40 ` [PATCH v2 4/8] sms: factor out 'remove entry' from tx_finished() Lucas De Marchi
2011-02-04 19:40 ` [PATCH v2 5/8] sms: allow message submission to be cancelled Lucas De Marchi
2011-02-04 19:40 ` [PATCH v2 6/8] doc: add CancelMessage to MessageManager Lucas De Marchi
2011-02-04 19:40 ` [PATCH v2 7/8] TODO: mark task 'cancel pending SMS' as done Lucas De Marchi
2011-02-04 19:40 ` [PATCH v2 8/8] sms: remove check for impossible NULL condition Lucas De Marchi
2011-03-18 23:32 ` [PATCH v2 0/8] sms: Cancel pending message Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.