Jonas Kvinge
|
5bb35bf08a
|
Fix crash in messagereply (#6372)
* Fix crash in messagereply
* Fix formatting
|
2019-07-20 18:52:37 +01:00 |
John Maguire
|
192b60d965
|
Use nullptr as parent parameter default everywhere
|
2014-02-10 16:03:54 +01:00 |
John Maguire
|
bebd781fdf
|
Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
-style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
|
2014-02-07 16:34:20 +01:00 |
John Maguire
|
db586ca00e
|
Read tags from Ubuntu One files and add to local database.
|
2012-11-28 14:43:03 +01:00 |
David Sansome
|
58c0f464cd
|
Queue messages in WorkerPool instead of in each individual handler, so the entire queue isn't lost if a worker crashes.
|
2012-01-22 18:53:17 +00:00 |