search for: 20140513

Displaying 18 results from an estimated 18 matches for "20140513".

Did you mean: 20120513
2014 May 13
2
[LLVMdev] Instructions with overlapping encodings that are disambiguated by field comparisons
...could look at? Daniel Sanders Leading Software Design Engineer, MIPS Processor IP Imagination Technologies Limited www.imgtec.com<http://www.imgtec.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140513/dd18c832/attachment.html>
2014 May 13
2
RFE: please add mail queue id to 'sent vacation response' log line
...d received the response and who hadn't. Thanks. MU -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3354 bytes Desc: Kryptograficzna sygnatura S/MIME URL: <http://dovecot.org/pipermail/dovecot/attachments/20140513/0b132d7c/attachment.p7s>
2014 May 13
3
RFE: please add Return-Path: to sieve sent mail headers
...y of From: header line could be sufficient. Thanks. MU -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 3354 bytes Desc: Kryptograficzna sygnatura S/MIME URL: <http://dovecot.org/pipermail/dovecot/attachments/20140513/563cbafc/attachment.p7s>
2014 May 13
4
[LLVMdev] Problems in instrumentation
...s are welcome. Thank you all in advance. Best Regards! -------------------------------------------- Qiuping Yi Institute Of Software Chinese Academy of Sciences -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140513/77fcf8ac/attachment.html>
2014 May 12
2
[LLVMdev] A Question to LLVM
On 12 May 2014 15:11, Tim Northover <t.p.northover at gmail.com> wrote: > It sounds like you're using the wrong triple. Even on Windows you > should be able to output ELF if you compile with (say) "clang -target > arm-none-eabi". Or not using a triple at all. Windows on ARM support is coming along, I bet it defaults to WoA and outputs COFF or whatever. cheers,
2015 Apr 09
0
Calendar and address book with Dovecot
...and address book so my users can manage their contact on their > phones or computer? I have looked at Roundcube already, but my requirement > is not necessarily to provide web mail. > > Thanks > > Mimi > cal/card dav may come in dovecot http://www.dovecot.org/talks/berlin-20140513.pptx.pdf ... Future: Random New Stuff CalDAV CardDAV Can?t fall behind Cyrus meanwhile you need another solution i.e horde webmail acts as cal/card dav ,active sync , syncml server http://en.wikipedia.org/wiki/CalDAV http://en.wikipedia.org/wiki/CardDAV http://en.wikipedia.or...
2014 May 13
0
Realtime peers and sendrpid
...co.uk w: http://www.pack-net.co.uk Registered Address: PACKNET LIMITED, Duplex 2, Ducie House 37 Ducie Street Manchester, M1 2JW COMPANY REG NO. 04920552 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140513/b2b16cdb/attachment.html>
2014 May 13
1
Bug: more than one Port line in host file crashes tincd
...thur, Jr. "No nation could preserve its freedom in the midst of continual warfare." - Letters and Other Writings of James Madison (1865), Vol. IV, p. 491 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20140513/038077b6/attachment.html>
2014 May 12
2
[LLVMdev] Libc++abi tests on ARM
Hi Logan, I'm running the tests on libc++abi on ARM and I'm seeing some errors. On your earlier email you said you ran the tests clean, and I was wondering what magic do I need to get the same results. :) I had to change the build and test scripts a little to make it compile on Linux, but nothing radical. I also had to copy (and link) the libc++abi.so files on install/lib and use that
2014 May 12
4
Asterisk 1.8.22
Hello, recently I have seen spike in attacks on my asterisk server, this is what I get on the LCD of my phone: 201 at 76.220.5.205 or calls from 1000 sip1000 at 76.2230.5.205, have any idea on how to stop this calls? Thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Apr 09
15
Calendar and address book with Dovecot
Hi all I recently install Postfix and Dovecot, and so far so good. My assumption was that calendar and address book (similar to Gmail calendar or address book) are part of Dovecot. However I do not see anything concerning them in any of the docs I have read so far. What other software (ideally open source, free) do I need in other to have Calendar and address book so my users can manage their
2014 May 13
2
How frequently should Opus Control Parameters be modified?
...bad effect? Will this delay be device dependent? I will test these values but getting an estimate of a good value to use on mobile clients would be nice. Thanks, Amit -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140513/30672008/attachment.htm
2014 Jun 17
3
RFE: dnsbl-support for dovecot
after having my own dnsbl feeded by a honeypot and even mod_security supports it for webservers i think dovecot sould support the same to prevent dictionary attacks from known bad hosts, in our case that blacklist is 100% trustable and blocks before SMTP-Auth while normal RBL's are after SASL i admit that i am not a C/C++-programmer, but i think doing the DNS request and in case it has a
2014 May 12
3
[LLVMdev] Questions about LLVM PGO and autoFDO
...te.gnu.build-id section no build id found in the binary it seems that a.out has no build id. Someone who can help me? Thanks, Kaidong Chen -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140513/9fbc8327/attachment.html>
2014 May 10
2
[PATCH] nv50: fix setting of texture ms info to be per-stage
Different textures may be bound to each slot for each stage. So we need to be able to upload ms parameters for each one without stages overwriting each other. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Cc: "10.1 10.2" <mesa-stable at lists.freedesktop.org> --- src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp | 4 ++++
2014 May 11
2
[LLVMdev] [cfe-dev] Code generation for noexcept functions
On Sun, May 11, 2014 at 8:19 AM, Stephan Tolksdorf <st at quanttec.com> wrote: > Hi, > > When clang/LLVM can't prove that a noexcept function only contains > non-throwing code, it seems to insert an explicit exception handler that > calls std::terminate. Why doesn't clang leave it to the eh personality > function to call std::terminate when an exception is thrown
2014 May 13
5
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
...you want to stop all threads then the user callback may contain a barrier and count down how many threads have stopped until it sees all of them. > > Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140513/2ea7888c/attachment.html>
2014 May 13
3
[LLVMdev] Finding safe thread suspension points while JIT-ing (was: Add pass run listeners to the pass manager.)
On May 12, 2014, at 3:52 PM, Philip Reames <listmail at philipreames.com> wrote: > I don't have a strong opinion on this topic at the moment, but given that it is potentially GC related, I figured I'd speak up. > > I see two unspoken assumptions in the thread so far: > - The runtime needs a means to bring all threads to a stop to perform some action. In particular,