limdoglim / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Need linux tools for uploading symbols and minidump to server. #103

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need linux tools for uploading symbols and minidump to server.

Original issue reported on code.google.com by lul...@gmail.com on 4 Jan 2007 at 2:47

GoogleCodeExporter commented 9 years ago
This is a uploader for uploading symbols and minidumps.
It uses libcurl for http transmitting.

Original comment by lul...@gmail.com on 4 Jan 2007 at 2:49

Attachments:

GoogleCodeExporter commented 9 years ago
Improved version of uploader for symbols and minidumps.

Original comment by lul...@gmail.com on 2 Feb 2007 at 9:53

Attachments:

GoogleCodeExporter commented 9 years ago
New patch based on Dan's comments.
Also add support for proxy.

Original comment by lul...@gmail.com on 7 Mar 2007 at 9:46

Attachments:

GoogleCodeExporter commented 9 years ago
New patch based on Dan's comments.
Also add support for proxy.

Original comment by lul...@gmail.com on 7 Mar 2007 at 10:13

Attachments:

GoogleCodeExporter commented 9 years ago
Revision based on Dan's comments.

Original comment by lul...@gmail.com on 9 Mar 2007 at 3:12

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision #126

Original comment by lul...@gmail.com on 12 Mar 2007 at 2:10

GoogleCodeExporter commented 9 years ago
Unless I'm mistaken, this doesn't provide a src/client/sender library?  Do you 
intend
to implement that?

Original comment by ted.mielczarek on 12 Mar 2007 at 1:58

GoogleCodeExporter commented 9 years ago
What do you mean by a sender?
We have uploader in src/tools/linux.

Original comment by lul...@gmail.com on 13 Mar 2007 at 5:53

GoogleCodeExporter commented 9 years ago
I mean like
http://google-breakpad.googlecode.com/svn/trunk/src/client/windows/sender/ , 
which is
sort of a specialized uploader.  It'd be nice to keep things consistent across 
platforms.

Original comment by ted.mielczarek on 13 Mar 2007 at 1:45