VirtualBox

Changeset 43645 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Oct 15, 2012 2:10:03 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
81395
Message:

IPRT: simple HTTP interface

Location:
trunk/src/VBox/Runtime
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Runtime/Makefile.kmk

    r43575 r43645  
    13271327ifdef VBOX_WITH_LIBCURL
    13281328 VBoxRT_SOURCES               += common/misc/s3.cpp
     1329 VBoxRT_SOURCES               += common/misc/http.cpp
    13291330endif
    13301331VBoxRT_SOURCES.$(KBUILD_TARGET) = $(RuntimeR3_SOURCES.$(KBUILD_TARGET))
  • TabularUnified trunk/src/VBox/Runtime/include/internal/magics.h

    r41549 r43645  
    6969/** Magic number for RTHEAPSIMPLEINTERNAL::uMagic. (Kyoichi Katayama) */
    7070#define RTHEAPSIMPLE_MAGIC              UINT32_C(0x19590105)
     71/** The magic value for RTHTTPINTERNAL::u32Magic. (Karl May) */
     72#define RTHTTP_MAGIC                    UINT32_C(0x18420225)
     73/** The value of RTHTTPINTERNAL::u32Magic after close. */
     74#define RTHTTP_MAGIC_DEAD               UINT32_C(0x19120330)
    7175/** The magic value for RTLDRMODINTERNAL::u32Magic. (Alan Moore) */
    7276#define RTLDRMOD_MAGIC                  UINT32_C(0x19531118)
  • TabularUnified trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r42503 r43645  
    6565        tstFileLock \
    6666        tstFork \
     67        tstHttp \
    6768        tstRTFsQueries \
    6869        tstRTFilesystem \
     
    225226tstRTDigest_SOURCES = tstRTDigest.cpp
    226227
     228tstHttp_TEMPLATE = VBOXR3TSTEXE
     229tstHttp_SOURCES = tstHttp.cpp
     230tstHttp_SDKS = VBOX_LIBCURL
     231
    227232tstDir_TEMPLATE = VBOXR3TSTEXE
    228233tstDir_SOURCES = tstDir.cpp
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette