You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(52) |
Jun
(30) |
Jul
(17) |
Aug
(9) |
Sep
(4) |
Oct
(7) |
Nov
(11) |
Dec
(19) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
(1) |
Mar
(37) |
Apr
(28) |
May
(15) |
Jun
(28) |
Jul
(7) |
Aug
(125) |
Sep
(116) |
Oct
(85) |
Nov
(14) |
Dec
(6) |
2009 |
Jan
(11) |
Feb
(4) |
Mar
(5) |
Apr
|
May
(9) |
Jun
(5) |
Jul
(4) |
Aug
(40) |
Sep
(1) |
Oct
(19) |
Nov
(43) |
Dec
(45) |
2010 |
Jan
(76) |
Feb
(95) |
Mar
(3) |
Apr
(23) |
May
(39) |
Jun
(54) |
Jul
(6) |
Aug
(13) |
Sep
(12) |
Oct
(59) |
Nov
(53) |
Dec
(43) |
2011 |
Jan
(43) |
Feb
(44) |
Mar
(25) |
Apr
(23) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(1) |
Nov
(2) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
From: gershon b. <ger...@gm...> - 2008-06-13 16:16:13
|
Does this work running the test suites? I can't figure out how to get the test suites running on either Visual Studio, and I want to try running them on Vista. Gershon Bialer On Fri, Jun 13, 2008 at 11:12 AM, Michael Dickey <mi...@mi...> wrote: > For cygwin (I believe MinGW) as well, you need to add "-mthreads" to > your CPPFLAGS and LDFLAGS (compile and link commands) for the > Boost.Thread library (Boost.ASIO uses it for certain things). You > might want to try that out too. > > Take care, > -Mike > > > On Jun 12, 2008, at 11:15 PM, Dean Michael C. Berris wrote: > > > Hi Allister! > > > >> -----Original Message----- > >> From: cpp...@li... > >> [mailto:cpp...@li...] On > >> Behalf Of Allister Levi Sanchez > >> Sent: Friday, June 13, 2008 1:41 PM > >> To: C++ Networking Library Developers Mailing List > >> Subject: [cpp-netlib-devel] cpp-netlib on vista + MinGW > >> > >> Hi, > >> > >> I tried to build cpp-netlib (http_integration branch) on > >> Windows Vista (MinGW compiler) as follows: bjam --toolset=gcc debug > >> > >> The build failed however because I don't have the pthread > >> library. I see that one might be able to use the > >> pthreads-win32 (http://sourceware.org/pthreads-win32/) but it > >> seems rather dated. I'm guessing someone else has met this > >> issue already. Could you tell me what's the best way to deal > >> with this? > >> > > > > I personally have not yet tried building in Windows using MinGW > > though, > > but if you can get the pthreads library that comes with MinGW or > > Cygwin, > > that might bring you farther. Right now though I don't think cpp- > > netlib > > explicitly requires threading, but Boost.Asio might -- in this case > > you > > might have better mileage by trying to build a minimal application > > using > > Boost.Asio first before trying to build with MinGW. > > > > Others might have other ideas too. :) > > > > -- > > Dean Michael Berris > > Software Engineer, Friendster, Inc. > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > |
From: Michael D. <mi...@mi...> - 2008-06-13 16:12:50
|
For cygwin (I believe MinGW) as well, you need to add "-mthreads" to your CPPFLAGS and LDFLAGS (compile and link commands) for the Boost.Thread library (Boost.ASIO uses it for certain things). You might want to try that out too. Take care, -Mike On Jun 12, 2008, at 11:15 PM, Dean Michael C. Berris wrote: > Hi Allister! > >> -----Original Message----- >> From: cpp...@li... >> [mailto:cpp...@li...] On >> Behalf Of Allister Levi Sanchez >> Sent: Friday, June 13, 2008 1:41 PM >> To: C++ Networking Library Developers Mailing List >> Subject: [cpp-netlib-devel] cpp-netlib on vista + MinGW >> >> Hi, >> >> I tried to build cpp-netlib (http_integration branch) on >> Windows Vista (MinGW compiler) as follows: bjam --toolset=gcc debug >> >> The build failed however because I don't have the pthread >> library. I see that one might be able to use the >> pthreads-win32 (http://sourceware.org/pthreads-win32/) but it >> seems rather dated. I'm guessing someone else has met this >> issue already. Could you tell me what's the best way to deal >> with this? >> > > I personally have not yet tried building in Windows using MinGW > though, > but if you can get the pthreads library that comes with MinGW or > Cygwin, > that might bring you farther. Right now though I don't think cpp- > netlib > explicitly requires threading, but Boost.Asio might -- in this case > you > might have better mileage by trying to build a minimal application > using > Boost.Asio first before trying to build with MinGW. > > Others might have other ideas too. :) > > -- > Dean Michael Berris > Software Engineer, Friendster, Inc. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > |
From: Zhang J. <jon...@gm...> - 2008-06-13 07:38:41
|
HI, "Who on this list would be able to help?" I hope i can do something for cpp-netlib. I want to see your plan. Jonathan |
From: Dean M. C. B. <dmb...@fr...> - 2008-06-13 06:06:28
|
Hi Allister! > -----Original Message----- > From: cpp...@li... > [mailto:cpp...@li...] On > Behalf Of Allister Levi Sanchez > Sent: Friday, June 13, 2008 1:41 PM > To: C++ Networking Library Developers Mailing List > Subject: [cpp-netlib-devel] cpp-netlib on vista + MinGW > > Hi, > > I tried to build cpp-netlib (http_integration branch) on > Windows Vista (MinGW compiler) as follows: bjam --toolset=gcc debug > > The build failed however because I don't have the pthread > library. I see that one might be able to use the > pthreads-win32 (http://sourceware.org/pthreads-win32/) but it > seems rather dated. I'm guessing someone else has met this > issue already. Could you tell me what's the best way to deal > with this? > I personally have not yet tried building in Windows using MinGW though, but if you can get the pthreads library that comes with MinGW or Cygwin, that might bring you farther. Right now though I don't think cpp-netlib explicitly requires threading, but Boost.Asio might -- in this case you might have better mileage by trying to build a minimal application using Boost.Asio first before trying to build with MinGW. Others might have other ideas too. :) -- Dean Michael Berris Software Engineer, Friendster, Inc. |
From: Allister L. S. <all...@gm...> - 2008-06-13 05:40:45
|
Hi, I tried to build cpp-netlib (http_integration branch) on Windows Vista (MinGW compiler) as follows: bjam --toolset=gcc debug The build failed however because I don't have the pthread library. I see that one might be able to use the pthreads-win32 ( http://sourceware.org/pthreads-win32/) but it seems rather dated. I'm guessing someone else has met this issue already. Could you tell me what's the best way to deal with this? Cheers, Allister |
From: Michael D. <mi...@mi...> - 2008-06-12 17:03:01
|
It's available on the Pion website at http://pion.org/projects/pion-network-library The svn repository (anonymous read only) is at http://svn.atomiclabs.com/pion-net The plan in general is to take all the code/functionality from the Network Library and merge it over into cpp-netlib. Once that's complete, we're planning to convert our "Pion Platform" over to cpp- netlib and phase-out the Pion Network Library. Take care, -Mike On Jun 11, 2008, at 4:34 PM, gershon bialer wrote: > Where is the code that is being converted? Is the old code in the > source repository? > > On Wed, Jun 11, 2008 at 5:52 PM, Michael Dickey > <mi...@mi...> wrote: > Sure, I'd be happy to compile a plan and help coordinate others. I > think there is still 20-30k lines of code or so to convert over, so > it's not a small task. > > Who on this list would be able to help? > > -Mike > > > On Jun 6, 2008, at 4:41 AM, Glyn Matthews wrote: > > > Hi Mike, > > > > > > I think its understandable if you can't devote as much time as you'd > > wish to the project, I have the same problem and I'm sure Dean does > > too. But there are some students who appear on this list who I > > think are eager to get some work done, so maybe it could be > > worthwhile delegating to them. > > > > How far along is the integration? What steps do you still need to > > take? Do you think its a good idea to lay out a small plan (if you > > have time) so that others can get involved? > > > > > > Regards, > > Glyn > > > > 2008/6/6 Michael Dickey <mi...@at...>: > > I'm really sorry for disappearing... The past several weeks have > > just been extremely busy between new hires, customers, funding and > > working towards a Pion beta launch later this month.. I've been > > checking periodically for new messages on this list every now and > > then, but just realized that my mail client was filing them into a > > different folder.. > > > > I just wanted to drop in to say that I'm still very interested in > cpp- > > netlib. I was intending originally to set aside at least a few > hours > > a week to work on the code conversion, but I've found even that to > be > > difficult lately. A lot of other things are starting to wrap > > themselves up, and between that and the new additions to Atomic > Labs, > > I'm hoping that I will have a more sane schedule soon. > > > > Take care, > > -Mike > > > > On May 14, 2008, at 8:57 AM, Dean Michael C. Berris wrote: > > > > > Ping Mike? > > > > > > -- > > > Dean Michael Berris > > > Software Engineer, Friendster, Inc. > > > <dmb...@fr...> > > > +639287291459 > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Cpp-netlib-devel mailing list > > > Cpp...@li... > > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > > > > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php_______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php_______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel |
From: Dean M. C. B. <dmb...@fr...> - 2008-06-12 01:27:25
|
Hey Mike! Sorry for the late (too late?) response, but it's been crazy from where I'm at too. :-) Just like before, I'm willing to do the conversion of the parts that need converting. What would be nice (and what Divye has already done) would be people who would be able to write more tests. I don't mind going through the code and making changes for extensibility with template metaprogramming (like in the other parts of the library) and just general generics (traits, tags, static dispatch, etc.). If you already have the code to convert and are able to check them in anytime soon, that would be greatly appreciated. I'm sending you a private email to discuss some things you may be interested in pursuing, business wise. ;-) -- Dean Michael Berris Software Engineer, Friendster, Inc. > -----Original Message----- > From: cpp...@li... > [mailto:cpp...@li...] On > Behalf Of Michael Dickey > Sent: Thursday, June 12, 2008 6:52 AM > To: C++ Networking Library Developers Mailing List > Subject: Re: [cpp-netlib-devel] HTTP Integration > > Sure, I'd be happy to compile a plan and help coordinate others. I > think there is still 20-30k lines of code or so to convert over, so > it's not a small task. > > Who on this list would be able to help? > > -Mike > > > On Jun 6, 2008, at 4:41 AM, Glyn Matthews wrote: > > > Hi Mike, > > > > > > I think its understandable if you can't devote as much time > as you'd > > wish to the project, I have the same problem and I'm sure > Dean does > > too. But there are some students who appear on this list who I > > think are eager to get some work done, so maybe it could be > > worthwhile delegating to them. > > > > How far along is the integration? What steps do you still need to > > take? Do you think its a good idea to lay out a small plan > (if you > > have time) so that others can get involved? > > > > > > Regards, > > Glyn > > > > 2008/6/6 Michael Dickey <mi...@at...>: > > I'm really sorry for disappearing... The past several weeks have > > just been extremely busy between new hires, customers, funding and > > working towards a Pion beta launch later this month.. I've been > > checking periodically for new messages on this list every now and > > then, but just realized that my mail client was filing them into a > > different folder.. > > > > I just wanted to drop in to say that I'm still very > interested in cpp- > > netlib. I was intending originally to set aside at least a > few hours > > a week to work on the code conversion, but I've found even > that to be > > difficult lately. A lot of other things are starting to wrap > > themselves up, and between that and the new additions to > Atomic Labs, > > I'm hoping that I will have a more sane schedule soon. > > > > Take care, > > -Mike > > > > On May 14, 2008, at 8:57 AM, Dean Michael C. Berris wrote: > > > > > Ping Mike? > > > > > > -- > > > Dean Michael Berris > > > Software Engineer, Friendster, Inc. > > > <dmb...@fr...> > > > +639287291459 > > > > > > > > > -------------------------------------------------------------- > ----------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Cpp-netlib-devel mailing list > > > Cpp...@li... > > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > > > > > > > > -------------------------------------------------------------- > ----------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > -------------------------------------------------------------- > ----------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > http://sourceforge.net/services/buy/index.php_________________ > ______________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > -------------------------------------------------------------- > ----------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > |
From: gershon b. <ger...@gm...> - 2008-06-11 23:34:39
|
Where is the code that is being converted? Is the old code in the source repository? On Wed, Jun 11, 2008 at 5:52 PM, Michael Dickey <mi...@mi...> wrote: > Sure, I'd be happy to compile a plan and help coordinate others. I > think there is still 20-30k lines of code or so to convert over, so > it's not a small task. > > Who on this list would be able to help? > > -Mike > > > On Jun 6, 2008, at 4:41 AM, Glyn Matthews wrote: > > > Hi Mike, > > > > > > I think its understandable if you can't devote as much time as you'd > > wish to the project, I have the same problem and I'm sure Dean does > > too. But there are some students who appear on this list who I > > think are eager to get some work done, so maybe it could be > > worthwhile delegating to them. > > > > How far along is the integration? What steps do you still need to > > take? Do you think its a good idea to lay out a small plan (if you > > have time) so that others can get involved? > > > > > > Regards, > > Glyn > > > > 2008/6/6 Michael Dickey <mi...@at...>: > > I'm really sorry for disappearing... The past several weeks have > > just been extremely busy between new hires, customers, funding and > > working towards a Pion beta launch later this month.. I've been > > checking periodically for new messages on this list every now and > > then, but just realized that my mail client was filing them into a > > different folder.. > > > > I just wanted to drop in to say that I'm still very interested in cpp- > > netlib. I was intending originally to set aside at least a few hours > > a week to work on the code conversion, but I've found even that to be > > difficult lately. A lot of other things are starting to wrap > > themselves up, and between that and the new additions to Atomic Labs, > > I'm hoping that I will have a more sane schedule soon. > > > > Take care, > > -Mike > > > > On May 14, 2008, at 8:57 AM, Dean Michael C. Berris wrote: > > > > > Ping Mike? > > > > > > -- > > > Dean Michael Berris > > > Software Engineer, Friendster, Inc. > > > <dmb...@fr...> > > > +639287291459 > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > _______________________________________________ > > > Cpp-netlib-devel mailing list > > > Cpp...@li... > > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > > > > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > http://sourceforge.net/services/buy/index.php > > _______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > ------------------------------------------------------------------------- > > Check out the new SourceForge.net Marketplace. > > It's the best place to buy or sell services for > > just about anything Open Source. > > > http://sourceforge.net/services/buy/index.php_______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > |
From: Michael D. <mi...@mi...> - 2008-06-11 22:52:30
|
Sure, I'd be happy to compile a plan and help coordinate others. I think there is still 20-30k lines of code or so to convert over, so it's not a small task. Who on this list would be able to help? -Mike On Jun 6, 2008, at 4:41 AM, Glyn Matthews wrote: > Hi Mike, > > > I think its understandable if you can't devote as much time as you'd > wish to the project, I have the same problem and I'm sure Dean does > too. But there are some students who appear on this list who I > think are eager to get some work done, so maybe it could be > worthwhile delegating to them. > > How far along is the integration? What steps do you still need to > take? Do you think its a good idea to lay out a small plan (if you > have time) so that others can get involved? > > > Regards, > Glyn > > 2008/6/6 Michael Dickey <mi...@at...>: > I'm really sorry for disappearing... The past several weeks have > just been extremely busy between new hires, customers, funding and > working towards a Pion beta launch later this month.. I've been > checking periodically for new messages on this list every now and > then, but just realized that my mail client was filing them into a > different folder.. > > I just wanted to drop in to say that I'm still very interested in cpp- > netlib. I was intending originally to set aside at least a few hours > a week to work on the code conversion, but I've found even that to be > difficult lately. A lot of other things are starting to wrap > themselves up, and between that and the new additions to Atomic Labs, > I'm hoping that I will have a more sane schedule soon. > > Take care, > -Mike > > On May 14, 2008, at 8:57 AM, Dean Michael C. Berris wrote: > > > Ping Mike? > > > > -- > > Dean Michael Berris > > Software Engineer, Friendster, Inc. > > <dmb...@fr...> > > +639287291459 > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php_______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel |
From: Glyn M. <gly...@gm...> - 2008-06-06 11:41:33
|
Hi Mike, I think its understandable if you can't devote as much time as you'd wish to the project, I have the same problem and I'm sure Dean does too. But there are some students who appear on this list who I think are eager to get some work done, so maybe it could be worthwhile delegating to them. How far along is the integration? What steps do you still need to take? Do you think its a good idea to lay out a small plan (if you have time) so that others can get involved? Regards, Glyn 2008/6/6 Michael Dickey <mi...@at...>: > I'm really sorry for disappearing... The past several weeks have > just been extremely busy between new hires, customers, funding and > working towards a Pion beta launch later this month.. I've been > checking periodically for new messages on this list every now and > then, but just realized that my mail client was filing them into a > different folder.. > > I just wanted to drop in to say that I'm still very interested in cpp- > netlib. I was intending originally to set aside at least a few hours > a week to work on the code conversion, but I've found even that to be > difficult lately. A lot of other things are starting to wrap > themselves up, and between that and the new additions to Atomic Labs, > I'm hoping that I will have a more sane schedule soon. > > Take care, > -Mike > > On May 14, 2008, at 8:57 AM, Dean Michael C. Berris wrote: > > > Ping Mike? > > > > -- > > Dean Michael Berris > > Software Engineer, Friendster, Inc. > > <dmb...@fr...> > > +639287291459 > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Cpp-netlib-devel mailing list > > Cpp...@li... > > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > |
From: Michael D. <mi...@at...> - 2008-06-05 22:58:33
|
I'm really sorry for disappearing... The past several weeks have just been extremely busy between new hires, customers, funding and working towards a Pion beta launch later this month.. I've been checking periodically for new messages on this list every now and then, but just realized that my mail client was filing them into a different folder.. I just wanted to drop in to say that I'm still very interested in cpp- netlib. I was intending originally to set aside at least a few hours a week to work on the code conversion, but I've found even that to be difficult lately. A lot of other things are starting to wrap themselves up, and between that and the new additions to Atomic Labs, I'm hoping that I will have a more sane schedule soon. Take care, -Mike On May 14, 2008, at 8:57 AM, Dean Michael C. Berris wrote: > Ping Mike? > > -- > Dean Michael Berris > Software Engineer, Friendster, Inc. > <dmb...@fr...> > +639287291459 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > |
From: Divye K. <div...@gm...> - 2008-05-30 11:32:59
|
Hello, Thanks for the interest in the cpp-netlib library. Most of the work right now is going on in the http_integration branch of the library and there are a couple of bugs that are being fixed with the http::client. As of now, simple GET requests can be made to fetch data though the body of the message needs better handling than is present currently. The next item on the agenda is to get GET and POST requests up and running using low level asynchronous ASIO functions in http::client; Mr. Dean Berris has been implementing this in his spare time and I've been writing some tests. You would want to have a look at the tests present to have a feel of the usage and current status of the project. Any help you can give in this regard is most welcome. Yours sincerely, Divye Kapoor -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. My official web site: http://people.iitr.ernet.in/shp/061305/ |
From: gershon b. <ger...@gm...> - 2008-05-29 07:01:07
|
Hi, I just started playing with the cpp-netlib library, and I'm wondering about more fully implementing HTTP. More specifically, I would like to add support for cookies, callback processing, and https. Is anyone already working on these things? How could I contribute? I tried out the basic HTTP functionality, and it didn't load the body into the correct variable. I submitted a patch to fix it. Gershon Bialer |
From: Divye K. <div...@gm...> - 2008-05-26 18:03:41
|
On Mon, May 26, 2008 at 12:18 PM, Dean Michael C. Berris <dmb...@fr...> wrote: > Hi Divye, Hi, > > Yes, you're right. I've actually been putting off re-writing this client > to use the more explicit Boost.Asio interface instead of just using the > Asio TCP/IP IO Stream interface. This implementation was meant to be > just a stop-gap implementation, or as a proof of concept. > > I'll see what I can do in the next few hours about implementing this in > the correct asio way using the lower level components instead of the TCP > iostream interface. > Nice to hear that.I hope that python based server will be of some use while writing that client. Please tell me if you require any changes for debugging purposes. I'll be happy to help. In the meanwhile, should I start writing some docs? I'll be travelling tomorrow and day after, and I'll be out of touch. So, could you indicate some areas where the code is somewhat stable so that I can begin some work? Regards, Divye Kapoor -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. My official web site: http://people.iitr.ernet.in/shp/061305/ |
From: Dean M. C. B. <dmb...@fr...> - 2008-05-26 06:40:24
|
Hi Divye, Yes, you're right. I've actually been putting off re-writing this client to use the more explicit Boost.Asio interface instead of just using the Asio TCP/IP IO Stream interface. This implementation was meant to be just a stop-gap implementation, or as a proof of concept. I'll see what I can do in the next few hours about implementing this in the correct asio way using the lower level components instead of the TCP iostream interface. Thank you for this report, I hope I'll find a solution soon. -- Dean Michael Berris Software Engineer, Friendster, Inc. > -----Original Message----- > From: cpp...@li... > [mailto:cpp...@li...] On > Behalf Of Divye Kapoor > Sent: Sunday, May 25, 2008 3:15 AM > To: C++ Networking Library Developers Mailing List > Subject: [cpp-netlib-devel] Bug(s) in http::client > > Hi, > I'm enclosing an attachment that illustrates loss of \n characters > while accessing data. The problem is due to the getline call on line > 72 of boost\network\protocol\http\client.hpp. The \n that is discarded > by the getline call is not put back into the body stream. > > To view the problem, run the http server using the server_cgi.py > script. (default port 8000) and then run bjam in the extracted > directory after setting the environment variable HTTPI_ROOT to the > path of the http_integration branch of cpp-netlib. > > The first test illustrates the loss of \n characters in the body of > the message and the second test shows that the body of a response is > not read at all. > > I have provided some cout statements to make the results of the test > run more obvious. Please view the results of accessing the URLs via a > web browser to see the difference. > > 1. The output of the first test can be corrected by adding an > additional \n character to the body string after every getline read. > However, I don't know if automatic character translation of newlines > takes place using the iostream interface of Boost.ASIO. If it does, > how do we handle newlines? Also, how will newlines be handled for > binary files? > > 2. I don't know why this test is failing as a web browser displays the > results correctly. Changing the test url to access any file in the > root directory (not the CGI script urls) yields the same result. Can > anybody throw more light on this problem please? > > I have only observed these problems on Windows Vista/VC8. I have not > tested this with other compilers and platforms. I would be grateful if > this bug could be verified for other platforms. > > A patch for making the first test case pass is: > Index: client.hpp > =================================================================== > --- client.hpp (revision 37) > +++ client.hpp (working copy) > @@ -70,7 +70,7 @@ > while (!socket_stream.eof()) { > typename string_traits<tag>::type line; > std::getline(socket_stream, line); > - body_stream << line; > + body_stream << line << '\n'; > }; > > response_ << body(body_stream.str()); > > > > Divye Kapoor > > PS: The attachment .bin file is actually a .zip file. Sourceforge is > currently blocking .zip attachments. > > -- > Whether the chicken crossed the road or the road moved beneath the > chicken depends upon your frame of reference. > My official web site: http://people.iitr.ernet.in/shp/061305/ > |
From: Divye K. <div...@gm...> - 2008-05-24 19:14:42
|
Hi, I'm enclosing an attachment that illustrates loss of \n characters while accessing data. The problem is due to the getline call on line 72 of boost\network\protocol\http\client.hpp. The \n that is discarded by the getline call is not put back into the body stream. To view the problem, run the http server using the server_cgi.py script. (default port 8000) and then run bjam in the extracted directory after setting the environment variable HTTPI_ROOT to the path of the http_integration branch of cpp-netlib. The first test illustrates the loss of \n characters in the body of the message and the second test shows that the body of a response is not read at all. I have provided some cout statements to make the results of the test run more obvious. Please view the results of accessing the URLs via a web browser to see the difference. 1. The output of the first test can be corrected by adding an additional \n character to the body string after every getline read. However, I don't know if automatic character translation of newlines takes place using the iostream interface of Boost.ASIO. If it does, how do we handle newlines? Also, how will newlines be handled for binary files? 2. I don't know why this test is failing as a web browser displays the results correctly. Changing the test url to access any file in the root directory (not the CGI script urls) yields the same result. Can anybody throw more light on this problem please? I have only observed these problems on Windows Vista/VC8. I have not tested this with other compilers and platforms. I would be grateful if this bug could be verified for other platforms. A patch for making the first test case pass is: Index: client.hpp =================================================================== --- client.hpp (revision 37) +++ client.hpp (working copy) @@ -70,7 +70,7 @@ while (!socket_stream.eof()) { typename string_traits<tag>::type line; std::getline(socket_stream, line); - body_stream << line; + body_stream << line << '\n'; }; response_ << body(body_stream.str()); Divye Kapoor PS: The attachment .bin file is actually a .zip file. Sourceforge is currently blocking .zip attachments. -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. My official web site: http://people.iitr.ernet.in/shp/061305/ |
From: Divye K. <div...@gm...> - 2008-05-22 14:18:13
|
Thanks for the info. I'll have a look. Divye On Wed, May 21, 2008 at 8:56 PM, Darren Garvey <dar...@gm...> wrote: > Hi Divye, > > 2008/5/21 Divye Kapoor <div...@gm...>: >> >> What is troubling me now is that I want to >> run a python script before building the test modules so that I can >> launch the web server on localhost before running the unit tests. > > I'm not sure if this is any help, but I believe the following link has all > the information you need: > > http://www.boost.org/doc/tools/build/doc/html/bbv2/builtins/raw.html > > ..at least, I think that's as close to what you need in the current docs. :( > > HTH, > Darren > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. My official web site: http://people.iitr.ernet.in/shp/061305/ |
From: Darren G. <dar...@gm...> - 2008-05-21 15:26:55
|
Hi Divye, 2008/5/21 Divye Kapoor <div...@gm...>: > What is troubling me now is that I want to > run a python script before building the test modules so that I can > launch the web server on localhost before running the unit tests. I'm not sure if this is any help, but I believe the following link has all the information you need: http://www.boost.org/doc/tools/build/doc/html/bbv2/builtins/raw.html ..at least, I think that's as close to what you need in the current docs. :( HTH, Darren |
From: Divye K. <div...@gm...> - 2008-05-21 15:08:04
|
Hi, I think I've solved the BJam include issue. Please ignore that part of the previous message. What is troubling me now is that I want to run a python script before building the test modules so that I can launch the web server on localhost before running the unit tests. I haven't found a way to do that as yet. Any help on how to do this would be great. I guess that this isn't the right forum to ask this question, so I'll take it to the boost-build mailing list if I'm not able to figure out a solution soon. Divye Kapoor -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. |
From: Glyn M. <gly...@gm...> - 2008-05-21 13:33:37
|
Hi Divye, 2008/5/21 Divye Kapoor <div...@gm...>: > Hello all, > I've fought with Bjam over the weekend trying to get it to include both > the Boost libraries and cpp-netlib into the include path and I've been > failing miserably. I have some python code (really rough) that is setting up > a server on localhost and serving HTTP requests. Does anybody have any idea > how I can get bjam to run the python code before running the unit tests and > also how I can include the http_integration branch as well as the trunk in > the include directories? > I'm no bjam expert but its not clear from the description what you're trying to achieve. What include path are you referring to? cpp-netlib should build out of the box as long as the environment variables BOOST_ROOT and BOOST_BUILD_PATH are set. As for your other point, I think its possible but I don't know how you might do that with bjam. Perhaps asking on the Boost.Build list might help you more: http://www.boost.org/community/groups.html#jamboost HTH, Glyn |
From: Glyn M. <gly...@gm...> - 2008-05-21 13:25:26
|
I just checked this, you are right. Thanks, Glyn 2008/5/21 Divye Kapoor <div...@gm...>: > Hi, > I've added some missing typenames to the message.ipp file in the > http_integration branch so that it compiles on Windows Vista with VC8. The > change doesn't seem to break the build with gcc 4.2 on linux. If anyone has > any issues with the commit, please post. > Divye > > -- > Whether the chicken crossed the road or the road moved beneath the chicken > depends upon your frame of reference. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > |
From: Divye K. <div...@gm...> - 2008-05-21 12:42:26
|
Hi, I've added some missing typenames to the message.ipp file in the http_integration branch so that it compiles on Windows Vista with VC8. The change doesn't seem to break the build with gcc 4.2 on linux. If anyone has any issues with the commit, please post. Divye -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. |
From: Divye K. <div...@gm...> - 2008-05-21 10:33:49
|
Hello all, I've fought with Bjam over the weekend trying to get it to include both the Boost libraries and cpp-netlib into the include path and I've been failing miserably. I have some python code (really rough) that is setting up a server on localhost and serving HTTP requests. Does anybody have any idea how I can get bjam to run the python code before running the unit tests and also how I can include the http_integration branch as well as the trunk in the include directories? Any help is appreciated. Thanks, Divye Kapoor -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. |
From: Dean M. C. B. <dmb...@fr...> - 2008-05-17 11:48:14
|
Thanks Divye! Looking forward to your commits/patches soon! -- Dean Michael Berris Software Engineer, Friendster, Inc. <dmb...@fr...> +639287291459 > -----Original Message----- > From: cpp...@li... > [mailto:cpp...@li...] On > Behalf Of Divye Kapoor > Sent: Friday, May 16, 2008 11:51 PM > To: C++ Networking Library Developers Mailing List > Subject: Re: [cpp-netlib-devel] HTTP Integration > > Hi, > This is just a response to state that I've started work on > writing a set of initial tests. I hope to finish them over > this weekend. > Any feedback on what other things are being worked on will be > appreciated. :-) > > Divye > > > On Wed, May 14, 2008 at 9:27 PM, Dean Michael C. Berris > <dmb...@fr...> wrote: > > > Ping Mike? > > -- > Dean Michael Berris > Software Engineer, Friendster, Inc. > <dmb...@fr...> > +639287291459 > > > -------------------------------------------------------------- > ----------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > > > > > > -- > Whether the chicken crossed the road or the road moved > beneath the chicken depends upon your frame of reference. > My official web site: > http://www.iitr.ernet.in/studenthomepages/homepages/061305 > |
From: Divye K. <div...@gm...> - 2008-05-16 15:51:01
|
Hi, This is just a response to state that I've started work on writing a set of initial tests. I hope to finish them over this weekend. Any feedback on what other things are being worked on will be appreciated. :-) Divye On Wed, May 14, 2008 at 9:27 PM, Dean Michael C. Berris < dmb...@fr...> wrote: > Ping Mike? > > -- > Dean Michael Berris > Software Engineer, Friendster, Inc. > <dmb...@fr...> > +639287291459 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Cpp-netlib-devel mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel > -- Whether the chicken crossed the road or the road moved beneath the chicken depends upon your frame of reference. My official web site: http://www.iitr.ernet.in/studenthomepages/homepages/061305 |